Update README

This commit is contained in:
Shangtong Zhang
2018-04-24 23:29:22 -06:00
parent ab1f46beaf
commit be4f2720fe
+1 -1
View File
@@ -20,7 +20,7 @@ Asynchronous algorithms below are removed in this repo but can be found in [v0.1
* Distributed Deep Deterministic Policy Gradient (Distributed DDPG, aka D3PG)
* Parallelized Proximal Policy Optimization (P3O, similar to DPPO)
Support for Pytorch v0.3.x can be found in [v0.2](https://github.com/ShangtongZhang/DeepRL/releases/tag/v0.2)
Support for Pytorch v0.3.x can be found in [v0.2](https://github.com/ShangtongZhang/DeepRL/releases/tag/v0.2). Note all the figures are generated via this version. After the upgrade to PyTorch v0.4.0, I have only tested the classical control tasks.
# Curves
> Curves for CartPole are trivial so I didn't place it here. And there isn't any fixed random seed. The curves are generated in the same manner as OpenAI baselines (one run and smoothed by recent 100 episodes)