mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-01 13:44:07 +08:00
Move to dopamine-rl version 3.1.2 in RL Unplugged
PiperOrigin-RevId: 324071731
This commit is contained in:
committed by
Louise Deason
parent
e67cf45868
commit
99aaa6930a
@@ -75,7 +75,7 @@ how the dataset was generated, please refer to the paper.
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
* Install dependencies: `pip install requirements.txt`
|
* Install dependencies: `pip install -r requirements.txt`
|
||||||
* (Optional) Setup MuJoCo license key for DM Control environments
|
* (Optional) Setup MuJoCo license key for DM Control environments
|
||||||
([instructions](https://github.com/deepmind/dm_control#requirements-and-installation)).
|
([instructions](https://github.com/deepmind/dm_control#requirements-and-installation)).
|
||||||
* (Optional) Install
|
* (Optional) Install
|
||||||
|
|||||||
@@ -60,7 +60,7 @@
|
|||||||
"!pip install dm-acme[reverb]\n",
|
"!pip install dm-acme[reverb]\n",
|
||||||
"!pip install dm-acme[tf]\n",
|
"!pip install dm-acme[tf]\n",
|
||||||
"!pip install dm-sonnet\n",
|
"!pip install dm-sonnet\n",
|
||||||
"!pip install dopamine-rl==3.0.1\n",
|
"!pip install dopamine-rl==3.1.2\n",
|
||||||
"!pip install atari-py\n",
|
"!pip install atari-py\n",
|
||||||
"!git clone https://github.com/deepmind/deepmind-research.git\n",
|
"!git clone https://github.com/deepmind/deepmind-research.git\n",
|
||||||
"%cd deepmind-research"
|
"%cd deepmind-research"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ dm-env==1.2
|
|||||||
dm-reverb-nightly==0.1.0.dev20200616
|
dm-reverb-nightly==0.1.0.dev20200616
|
||||||
dm-sonnet==2.0.0
|
dm-sonnet==2.0.0
|
||||||
dm-tree==0.1.5
|
dm-tree==0.1.5
|
||||||
dopamine-rl==3.0.1
|
dopamine-rl==3.1.2
|
||||||
future==0.18.2
|
future==0.18.2
|
||||||
gast==0.3.3
|
gast==0.3.3
|
||||||
gin-config==0.3.0
|
gin-config==0.3.0
|
||||||
|
|||||||
Reference in New Issue
Block a user