Skip to content

Commit

Permalink
Update third_party_environments with Gym-Gridworld repo (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparisi authored Oct 1, 2024
1 parent cc793d7 commit c0578e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/environments/third_party_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)).

Environments where the agent interacts with _Cellular Automata_ by changing its cell states.

- [Gym-Gridworlds: Collection of Customizable Minimalistic Gridworlds](https://github.com/sparisi/gym_gridworlds)

![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue)
![GitHub stars](https://img.shields.io/github/stars/sparisi/gym_gridworlds)

The default class implements a "go-to goal", but it can be easily customized for different tasks, with a variety of grids, rewards, dynamics, and tasks. It supports different observation types (discrete, coordinates, binary, pixels, partial). Useful for quickly testing and prototyping RL algorithms, both tabular and with function approximation.

- [matrix-mdp: Easily create discrete MDPs](https://github.com/Paul-543NA/matrix-mdp-gym)

![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.26.2-blue)
Expand Down

0 comments on commit c0578e5

Please sign in to comment.