Skip to content

Commit bd9631a

Browse files
authored
Update README.md
1 parent 112611d commit bd9631a

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,14 @@ It can also be installed from the source code:
2020
python setup.py install
2121
```
2222

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.
3024

3125
## Getting started
3226

3327
You can try [ChainerRL Quickstart Guide](examples/quickstart/quickstart.ipynb) first, or check the [examples](examples) ready for Atari 2600 and Open AI Gym.
3428

29+
For more information, you can refer to [ChainerRL's documentation](http://chainerrl.readthedocs.io/en/latest/index.html).
30+
3531
## Algorithms
3632

3733
| Algorithm | Discrete Action | Continous Action | Recurrent Model | CPU Async Training |

0 commit comments

Comments
 (0)