Skip to content

Commit

Permalink
pointmaze docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigodelazcano committed Sep 2, 2023
1 parent e53d90f commit 5d577f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gymnasium_robotics/envs/maze/point_maze.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class PointMazeEnv(MazeEnv, EzPickle):
* `maze_map` - Optional argument to initialize the environment with a custom maze map.
* `continuing_task` - If set to `True` the episode won't be terminated when reaching the goal, instead a new goal location will be generated. If `False` the environment is terminated when the ball reaches the final goal.
* `reset_target` - If set to `True` and the argument `continuing_task` is also `True`, when the ant reaches the target goal the location of the goal will be kept the same and no new goal location will be generated. If `False` a new goal will be generated when reached.
Note that, the maximum number of timesteps before the episode is `truncated` can be increased or decreased by specifying the `max_episode_steps` argument at initialization. For example,
to increase the total number of timesteps to 100 make the environment as follows:
Expand Down

0 comments on commit 5d577f0

Please sign in to comment.