Skip to content

Commit

Permalink
update for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderHaoranLee authored Jun 20, 2022
1 parent 50077ef commit b970206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy as np
from cog_agent import Agent

env = CogEnvDecoder(env_name="mac_confrontation_v2/cog_confrontation_env.app", no_graphics=False, time_scale=1, worker_id=1)
env = CogEnvDecoder(env_name="mac_confrontation_v2/cog_confrontation_env.app", no_graphics=False, time_scale=1, worker_id=1, seed=1234, force_sync=False)

num_eval_episodes = 10

Expand Down

0 comments on commit b970206

Please sign in to comment.