1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-18 23:45:48 +01:00

benchmark update (#250)

This commit is contained in:
shadiendrawis
2019-03-17 15:33:28 +02:00
committed by GitHub
parent 537b549e1d
commit f03bd7ad93
4 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ from rl_coach.memories.memory import MemoryGranularity
# Graph Scheduling #
####################
schedule_params = ScheduleParameters()
schedule_params.improve_steps = TrainingSteps(10000000000)
schedule_params.improve_steps = TrainingSteps(10000000)
schedule_params.steps_between_evaluation_periods = EnvironmentEpisodes(100)
schedule_params.evaluation_steps = EnvironmentEpisodes(3)
schedule_params.heatup_steps = EnvironmentSteps(0)