AlexBeesonWarwick
Results
1
comments of
AlexBeesonWarwick
Hi there I've found that for AntMaze, you can get the current target goal using: `env.target_goal` You can set the target goal using: `env.set_target_goal(new_goal)` where "new_goal" is user specified. Note...