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
File Mode Size
README.md -rwxr-xr-x 330 bytes
__init__.py -rwxr-xr-x 0 bytes
ddpg.py -rwxr-xr-x 10.7 KB
ddpg_learner.py -rwxr-xr-x 17.2 KB
memory.py -rwxr-xr-x 2.6 KB
models.py -rwxr-xr-x 1.9 KB
noise.py -rwxr-xr-x 2.1 KB

README.md

back to top