Skip to content

Commit fae8a4c

Browse files
authored
Added and updated 3rd party environments (#1486)
1 parent f051f21 commit fae8a4c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/environments/third_party_environments.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,18 @@ goal-RL ([Gymnasium-Robotics](https://robotics.farama.org/)).
228228

229229
- [gym-pybullet-drones: Environments for quadcopter control](https://github.com/JacopoPan/gym-pybullet-drones)
230230

231-
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.27.1-blue)
231+
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v1.2.2-blue)
232232
![GitHub stars](https://img.shields.io/github/stars/JacopoPan/gym-pybullet-drones)
233233

234234
A simple environment using [PyBullet](https://github.com/bulletphysics/bullet3) to simulate the dynamics of a [Bitcraze Crazyflie 2.x](https://www.bitcraze.io/documentation/hardware/crazyflie_2_1/crazyflie_2_1-datasheet.pdf) nanoquadrotor.
235235

236+
- [gymnasium-docker-ros2: Gymnasium wrapping of Dockerized Gazebo/ROS2 simulation](https://github.com/JacopoPan/gymnasium-docker-ros2)
237+
238+
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v1.2.2-blue)
239+
![GitHub stars](https://img.shields.io/github/stars/JacopoPan/gymnasium-docker-ros2)
240+
241+
GDR2 shows how to wrap a multi-container Docker/Gazebo/ROS2 app into [`gymnasium`](https://github.com/Farama-Foundation/Gymnasium) and train [`stable-baselines3`](https://github.com/DLR-RM/stable-baselines3)'s PPO, using [`pyzmq`](https://github.com/zeromq/pyzmq) for communication and `gz service` to synchronously step the `/clock`
242+
236243
- [Itomori: UAV Risk-aware Flight Environment](https://github.com/gustavo-moura/itomori)
237244

238245
![Gymnasium version dependency](https://img.shields.io/badge/Gymnasium-v0.29.1-blue)

0 commit comments

Comments
 (0)