We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f68bba commit be1bc00Copy full SHA for be1bc00
train_RL_agents/scripts/vrx_exp_config_example.py
@@ -6,7 +6,7 @@
6
7
if __name__ == "__main__":
8
# This is an example of generating and saving a vrx experiment config file
9
- seed = 0
+ seed = 6
10
env = marinenav_env.MarineNavEnv3(seed = seed)
11
12
env.num_robots = 5
0 commit comments