-
gym library의 아래 update로 인해 221 쪽 예제 code 정상 동작 하지 않습니다.
https://github.com/openai/gym/releases/tag/0.26.0
아래와 같이 고치면 정상 동작 합니다.
@ line 90 @ file 'ch8_DQN.py'
-) s = env.reset()
+) s, info = e…
-
Hi, when I run make tests in experiments folder, It seems there are some issues with gym library. Probably it is because of the version of gym. Could you please tell me the version of gym that this id…
-
### Search before asking
- [X] I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
### Description
Undoubtedly YOLO i…
-
Hi,
I can't run
`python3 dreamerv2/train.py --logdir ~/logdir/atari_pong/dreamerv2/1 --configs defaults atari --task atari_pong`
after installing packages in `requirements.txt`. Here is my p…
-
I'd love to be able to use extraction-gym as a library. Seems like it's nearly possible, just that there's no `lib.rs`. Is this planned at all?
-
## Problem:
There was a [breaking change](https://github.com/openai/gym/pull/836) made to the `gym` library a couple months ago which is affecting the initialization of the environment. The `gym` lib…
bzier updated
3 years ago
-
Hi, would it be possible for robo-gym 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://gith…
-
My python version is 3.8.5.
I download the MuJoCo version 2.1 binaries for [Linux](https://mujoco.org/download/mujoco210-linux-x86_64.tar.gz) and extract to `~/.mujoco/mujoco210`.
I use the followin…
-
** we can only produce npy files like this by the command:
python retarget_motion_h1_all.py**
![image](https://github.com/user-attachments/assets/6999f2ab-26f4-41d1-890c-dae5d0382b79)
**and how can…
-
After reviewing the codes, I brought two possible refactoring ideas.
1. Move the parameter `preprocessor` in `GFNModule` to `Sampler.` This could separate `env` from `GFNModule` (since the `preproc…