1
0
mirror of https://github.com/gryf/coach.git synced 2026-03-23 11:03:32 +01:00

removing some of the presets from the trace tests + more robust replay buffer loading

This commit is contained in:
itaicaspi-intel
2018-09-12 15:25:13 +03:00
parent 171fe97a3a
commit a16d724963
10 changed files with 59 additions and 20 deletions

View File

@@ -39,7 +39,7 @@ vis_params.dump_mp4 = False
# Test #
########
preset_validation_params = PresetValidationParameters()
preset_validation_params.trace_test_levels = ['breakout', 'pong', 'space_invaders']
preset_validation_params.test_using_a_trace_test = False
graph_manager = BasicRLGraphManager(agent_params=agent_params, env_params=env_params,
schedule_params=schedule_params, vis_params=vis_params,