浏览代码

Added optional instructions (#192)

Setting these parameters will produce a very well trained model within 5-10 minutes for this exercise.  The thought is to unblock a first time user.
/tag-0.2.1
Arthur Juliani 7 年前
当前提交
98891286
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      docs/Getting-Started-with-Balance-Ball.md

5
docs/Getting-Started-with-Balance-Ball.md


1. Open `python/PPO.ipynb` notebook from Jupyter.
2. Set `env_name` to the name of your environment file earlier.
3. (optional) Set `run_path` directory to your choice.
4. Run all cells of notebook with the exception of the last one under "Export the trained Tensorflow graph."
3. (optional) In order to get the best results quickly, set `max_steps` to 50000, set `buffer_size` to 5000, and set `batch_size` to 512. For this exercise, this will train the model in approximately ~5-10 minutes.
4. (optional) Set `run_path` directory to your choice.
5. Run all cells of notebook with the exception of the last one under "Export the trained Tensorflow graph."
### Observing Training Progress
In order to observe the training process in more detail, you can use Tensorboard.

正在加载...
取消
保存