Skip to content

Commit

Permalink
Add David Bertoin as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilZouitine committed Nov 28, 2023
1 parent 49d93bd commit e4f7e5a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ The package offers the following environments:

| Environment Name | id |
|----------------------|-------------------------------------------|
| Ant | `robust-ant` |
| HalfCheetah | `robust-halfcheetah`|
| Hopper | `robust-hopper` |
| HumanoidStandup | `robust-humanoidstandup` |
| InvertedPendulum | `robust-invertedpendulum` |
| Walker2d | `robust-walker2d` |
| Ant | `robust-ant-v0` |
| HalfCheetah | `robust-halfcheetah-v0`|
| Hopper | `robust-hopper-v0` |
| HumanoidStandup | `robust-humanoidstandup-v0` |
| InvertedPendulum | `robust-invertedpendulum-v0` |
| Walker2d | `robust-walker2d-v0` |

And lot more ... if you want to get a full list of the environments, you can use the following code:

Expand All @@ -48,8 +48,9 @@ for env in gym.envs.registry:

```python
import gymnasium as gym
import rrls

env = gym.make("rrls/robust-ant")
env = gym.make("rrls/robust-ant-v0")
params = env.get_params() # Parameters will be None if reset method hasn't been called.

# Set all parameters to 1
Expand Down Expand Up @@ -126,6 +127,7 @@ eval_env_set = generate_evaluation_set(
## 📖 Project Maintainers

- [Adil Zouitine](https://github.com/AdilZouitine) - IRT Saint-Exupery, ISAE Supaero, & Sureli Team
- [David Bertoin](https://github.com/DavidBert) - IRT Saint-Exupery, INSA Toulouse, ISAE Supaero, & Sureli Team
- [Emmanuel Rachelson](https://github.com/erachelson) - ISAE Supaero & Sureli Team


Expand Down

0 comments on commit e4f7e5a

Please sign in to comment.