Skip to content

Commit

Permalink
test remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienT01 committed Oct 23, 2024
1 parent b8f378c commit 913cc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rlberry/envs/tests/test_gym_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_rendering_with_atari_make():
), # The number of interactions between the agent and the environment during evaluations.
n_fit=1, # The number of agents to train. Usually, it is good to do more than 1 because the training is stochastic.
agent_name="PPO_tuned", # The agent's name.
output_dir=str(tmpdirname) + "/PPO_for_breakout",
output_dir=str(tmpdirname) + r"/PPO_for_breakout",
)

tuned_xp.fit()
Expand Down

0 comments on commit 913cc4b

Please sign in to comment.