diff --git a/baselines/common/tests/test_cartpole.py b/baselines/common/tests/test_cartpole.py index 0660161..06d65e4 100644 --- a/baselines/common/tests/test_cartpole.py +++ b/baselines/common/tests/test_cartpole.py @@ -13,7 +13,7 @@ common_kwargs = dict( learn_kwargs = { 'a2c' : dict(nsteps=32, value_network='copy', lr=0.05), - 'acktr': dict(nsteps=32, value_network='copy'), + 'acktr': dict(nsteps=32, value_network='copy', is_async=False), 'deepq': dict(total_timesteps=20000), 'ppo2': dict(value_network='copy'), 'trpo_mpi': {}