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

update README

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