Skip to content

Commit

Permalink
Removed comment and save the test video in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Butanium committed Jan 17, 2024
1 parent c25d356 commit 7300197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_vector/test_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def make_record_env():
print(env.render_mode)
env = ss.pettingzoo_env_to_vec_env_v1(env)
envs = ss.concat_vec_envs_v1(env, 1, num_cpus=0, base_class="stable_baselines3")
# envs.render_mode = "rgb_array"
envs = VecVideoRecorder(envs, f".", schedule)
envs = VecVideoRecorder(envs, f"/tmp", schedule)
return envs


Expand Down

0 comments on commit 7300197

Please sign in to comment.