-
although this pj has not been maintained any more, but due to the latest repo does not offer an issuse service, so I have to propose my question there.
When I use the command
>pip install magent
…
-
Hi,
In the most of RL implementations at the start of each episode, the environment (in SARSA code for instance: state = env.reset() ) is reset to the initial states (i.e. same start point and goals …
-
I have been working through the Agents vignette (https://cran.rstudio.com/web/packages/reinforcelearn/vignettes/agents.html) and I found a few errors.
1. In the "Value Functions" section, half way …
-
-
Hi!
I couldn't find documentation for the API. Does it exist?
Also, the README.md states the API is similar to OpenAI Gym. Would someone please share why OpenAI Gym was not sufficient for this p…
-
Dear ronsailer,
I'm very sorry to trouble you. First, thanks for your contribution, and I am running the code on Pong and can not get a better result. So I want to ask whether you do this experiment.…
-
When running
`pip install magent2`
I get the result
Looking in indexes: https://mirrors.cloud.tencent.com/pypi/simple
Collecting magent2
Downloading https://mirrors.cloud.tenc…
-
Hello! I would love to use Pong with Toybox.
I noticed that there is an implementation in toybox-rs, but it is not registered correctly with gym (unlike Amidar, Breakout, etc.). Is there something …
-
I get this error when I run `make run`
````
/usr/bin/python3 run.py -c test.yaml -s "" -o "INFO"
run.py:35: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default…
-
Hello,
I've noticed that there is currently no support for Gymnasium within the framework.
Could you please let me know if there are any plans to integrate Gymnasium support in the near future?
…