https://github.com/openai/baselines
Revision 84ea7aa1fd83966d6a121e60e14dfaac4675c767 authored by AurelianTactics on 24 October 2018, 16:59:46 UTC, committed by pzhokhov on 24 October 2018, 16:59:46 UTC
DeepQ, PPO2, ACER, trpo_mpi, A2C, and ACKTR have the code for:

```
from baselines.common import set_global_seeds
...
def learn(...):
...
   set_global_seeds(seed)
```

DDPG has the argument 'seed=None' but doesn't have the two lines of code needed to set the global seeds.
1 parent 88300ed
History
Tip revision: 84ea7aa1fd83966d6a121e60e14dfaac4675c767 authored by AurelianTactics on 24 October 2018, 16:59:46 UTC
DDPG has unused 'seed' argument (#676)
Tip revision: 84ea7aa
File Mode Size
baselines
data
.benchmark_pattern -rw-r--r-- 1 byte
.gitignore -rw-r--r-- 283 bytes
.travis.yml -rw-r--r-- 230 bytes
Dockerfile -rw-r--r-- 595 bytes
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 7.6 KB
benchmarks_atari10M.htm -rw-r--r-- 425.1 KB
benchmarks_mujoco1M.htm -rw-r--r-- 153.0 KB
setup.cfg -rw-r--r-- 133 bytes
setup.py -rw-r--r-- 1.6 KB

README.md

back to top