提交 2121b938 编写于 作者: Z zenghsh3

update README

上级 d8ec4424
......@@ -25,14 +25,14 @@ Based on PaddlePaddle's next-generation API Fluid, the DQN model of deep reinfor
+ ale_python_interface
+ Install Dependencies:
+ Install PaddlePaddle
Recommended to compile and install PaddlePaddle from source code
+ Install PaddlePaddle:
recommended to compile and install PaddlePaddle from source code
+ Install other dependencies:
```
pip install -r requirement.txt
pip install gym[atari]
```
Install ale_python_interface, can reference:https://github.com/mgbellemare/Arcade-Learning-Environment
```
pip install -r requirement.txt
pip install gym[atari]
```
Install ale_python_interface, can reference:https://github.com/mgbellemare/Arcade-Learning-Environment
+ Start Training:
......
......@@ -23,14 +23,14 @@
+ ale_python_interface
+ 下载依赖:
+ 安装PaddlePaddle
建议通过PaddlePaddle源码进行编译安装
+ 下载其它依赖
```
pip install -r requirement.txt
pip install gym[atari]
```
安装ale_python_interface可以参考:https://github.com/mgbellemare/Arcade-Learning-Environment
+ 安装PaddlePaddle
建议通过PaddlePaddle源码进行编译安装
+ 下载其它依赖
```
pip install -r requirement.txt
pip install gym[atari]
```
安装ale_python_interface可以参考:https://github.com/mgbellemare/Arcade-Learning-Environment
+ 训练模型:
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册