From 2121b938c3a685b6d3171a8e5c1922d42dc01482 Mon Sep 17 00:00:00 2001 From: zenghsh3 Date: Tue, 26 Jun 2018 10:36:48 +0800 Subject: [PATCH] update README --- fluid/DeepQNetwork/README.md | 14 +++++++------- fluid/DeepQNetwork/README_cn.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/fluid/DeepQNetwork/README.md b/fluid/DeepQNetwork/README.md index e98a860a..83ce1368 100644 --- a/fluid/DeepQNetwork/README.md +++ b/fluid/DeepQNetwork/README.md @@ -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: diff --git a/fluid/DeepQNetwork/README_cn.md b/fluid/DeepQNetwork/README_cn.md index a216a001..130144fa 100644 --- a/fluid/DeepQNetwork/README_cn.md +++ b/fluid/DeepQNetwork/README_cn.md @@ -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 + 训练模型: ``` -- GitLab