-
*please fill this in*
-
one option might be to call the gym directly with call-python-via-msgpack:
https://github.com/nh2/call-python-via-msgpack
this would speed up performance considerably and would make me feel more c…
-
So I tried following the [overview](https://google.github.io/dopamine/docs/) and - to be honest - this has been a pain.
```
The entry point to the standard Atari 2600 experiment is [dopamine/discr…
-
Hello, i have following problems.
First of all, i want to try demo to see the process of the whole infrastructure. But in the example part, it seems that the documentation is not clear. I don't know …
-
## Issue summary
Stella set_state seems to be a little odd:
```
import retro
for game in sorted(retro.data.list_games()):
if not game.endswith('-Atari2600'):
continue
en…
-
I want to integrate mame2003-plus-libretro emulator in stable-retro.
So I can train an AI on the game Double Dragon (there are many versions of this game, but I'm looking for the 1995 fighting game r…
-
直接运行DSQN项目时(未做任何修改)如题报错
虽然自己可以手动强制转化为tensor,但我不确定是否存在底层函数的bug
感谢作者查看,期待回复
**SpikingJelly version**
`0.0.0.0.14`
**Description**
spikingjelly/activation_based/neuron.py", line 830
Ru…
-
Hello @miyosuda,
Thanks for sharing the code, please ignore the title, I tried out your code with the control problem of cartpole balance experiment instead of Atari game, it works well. But few ques…
-
Using `display_screen` on a `1920x1080` display opens a window taller than the display itself. Resizing the window is also disabled. This is on Ubuntu `21.10`.
Is there any way to scale or adjust t…
-
### Describe the bug
I run
`pip install --force-reinstall "gymnasium[atari, accept-rom-license]==0.29.1"`
with Python 3.11.10, and it works as expected:
```
>>> import gymnasium as gym
>>> en…