-
Greetings,
I think this current tutorial is outdated especially considering now `gym `is replaced by `gymnasium`. I have simply just cloned this repository and exactly follow the tutorial in https:…
-
After making several changes in order to get it to this point (turning ObservationType into ObsType), I encounter this error which I do not know how to fix.
```
C:\Users\i4D4\Downloads\poke-env-ma…
i4D4 updated
8 months ago
-
### Proposal
`mujoco-py` is an old unmaintained version of MuJoCo bindings (`mujoco` is the new version), and its inclusion in the gymnasium project is causing some issues (the environments that st…
-
### Description
_No response_
### Use case
_No response_
-
gym的API变成gymnasium了,建议进行更新
-
### Question
Looking at the dense reward function for Maze Env:
return np.exp(-np.linalg.norm(desired_goal - achieved_goal))
The agent seems to prefer sitting the ball as close as possible to…
-
-
Hi, would it be possible for MarsExplorer to be upgraded from gym to gymnasium? Gymnasium is the maintained version of openai gym and is compatible with current RL training libraries ([rllib](https://…
-
### Question
The car racing environment does not specify the objective of the environment, is it to complete a single lap? 3 laps?
https://gymnasium.farama.org/environments/box2d/car_racing/
Th…
-
This is quite a good work. I used pip install dev.. to install, but there are quite a lot problems.
(vlmrm) root@autodl-container-d33848b29e-3752a142:~/vlmrm/vlmrm# vlmrm train "$(cat config.yaml…