-
This is an umbrella issue to group together all of the existing issues that deal with code/design refactoring and cleanup
- [x] #24
- [x] #19
- [ ] #14
- [x] #7
- [ ] #16
-
在AI Studio 的脚本模式运行DQN例程报错
我在run.py中重新安装依赖库
import os
import train
myCmd = 'pip uninstall -y parl'
os.system(myCmd)
myCmd = 'pip uninstall -y gym'
os.system(myCmd)
myCmd = 'pip uninstall -y pan…
-
I've got a few graphical tweaks to request that don't change anything about gameplay but I would find really useful if someone could make them, GUI is not my thing unfortunately.
- [ ] Pokemon list…
-
使用的gym、stable-baseline3库由于setuptools库的问题一直无法安装,即便降低setuptools的版本也没用
Collecting stable-baselines3==1.7.0
Using cached stable_baselines3-1.7.0-py3-none-any.whl (171 kB)
Collecting gym==0.21 (from s…
-
-
Please add some comments to the definition of the reinforcement learning models to understand, why they were designed like this.
Checklist
- [X] Modify `rl_gym_environments.py` ✓ https://github.co…
-
I want to test the results of the pretrained weight, but when I execute bash scripts/eval/rearrange_pretrained.sh, the following error message appears.
$bash scripts/eval/rearrange_pretrained.sh
N…
-
Hi, would it be possible for gym-softrobot 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:/…
-
I sample an episode from scene with `gym/gym_minos/envs/indoor_env.py`, which video is shown [here](https://drive.google.com/file/d/13nDs0wDobmswoFq0xGQkjqgQ6xgOyZDF/view?usp=sharing).
However wh…
-
Trying to run the hot gym tutorial and it wouldn't let me execute the swarm.py file. (-bash: ./swarm.py: Permission denied)
After I manually made it executable, I am getting an error that there is no …