Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Dec 6, 2021
1 parent c959672 commit 92a8c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmrl/config/config_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def sac_v2_entropy_scheduler(agent, epoch):
agent_scheduler=None, # sac_v2_entropy_scheduler
start_training=cfg.TMRL_CONFIG["ENVIRONMENT_STEPS_BEFORE_TRAINING"]) # set this > 0 to start from an existing policy (fills the buffer up to this number of samples before starting training)
else: # images
TRAINER = partial0(
TRAINER = partial(
TrainingOffline,
Env=partial(UntouchedGymEnv, id="rtgym:real-time-gym-v0", gym_kwargs={"config": CONFIG_DICT}),
Memory=MEMORY,
Expand Down

0 comments on commit 92a8c57

Please sign in to comment.