You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,14 @@ It can also be installed from the source code:
20
20
python setup.py install
21
21
```
22
22
23
-
* Windows user
24
-
25
-
ChainerRL contains `atari_py` as dependencies, and windows users may face error while installing it.
26
-
This problem is discussed in [OpenAI gym issues](https://github.com/openai/gym/issues/11),
27
-
and one possible counter measure is to enable "Bash on Ubuntu on Windows" for Windows 10 users.
28
-
29
-
Refer [Official install guilde](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) to install "Bash on Ubuntu on Windows".
23
+
Refer to [Installation](http://chainerrl.readthedocs.io/en/latest/install.html) for more information on installation.
30
24
31
25
## Getting started
32
26
33
27
You can try [ChainerRL Quickstart Guide](examples/quickstart/quickstart.ipynb) first, or check the [examples](examples) ready for Atari 2600 and Open AI Gym.
34
28
29
+
For more information, you can refer to [ChainerRL's documentation](http://chainerrl.readthedocs.io/en/latest/index.html).
30
+
35
31
## Algorithms
36
32
37
33
| Algorithm | Discrete Action | Continous Action | Recurrent Model | CPU Async Training |
0 commit comments