Files
baselines/baselines/acktr/defaults.py
pzhokhov 0f4ae2fb2a refactor acktr (#560)
* refactor acktr

* setup.cfg now tests style/syntax in acktr as well

* flake8 complaints

* added note about continuous action spaces for acktr into the README.md
2018-09-20 16:05:26 -07:00

6 lines
87 B
Python

def mujoco():
return dict(
nsteps=2500,
value_network='copy'
)