* 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
6 lines
87 B
Python
6 lines
87 B
Python
def mujoco():
|
|
return dict(
|
|
nsteps=2500,
|
|
value_network='copy'
|
|
)
|