-
Hi,
I've implemented Model Predictive Path Integral (MPPI, Williams et al., 2017) in Python with the OpenAI Gym environment "pendulum" [1]. Perhaps you are interested in referencing this implementa…
-
I am trying to use the Gym Mujoco Environments as per documentation. This is the code that I have copy/pasted from the official Gym Documentation but I am getting the following error
![Screensh…
-
Examine other machine learning libraries to determine if their interfaces should be supported for interoperability, similar to #17.
-
how can I define my own environment and use the baseline algorithms, can I get some hint?
-
The following commands result in an `AttributeError: module 'reagent.gym.tests.test_gym' has no attribute 'run_test’` because the module `test_gym` does not exist.
```
export CONFIG=reagent/gym/te…
-
Is there a way to visualise my evaluation on https://gym.openai.com?
Thanks!
```
2017-02-19 18:42:46,171] [ppaquette/DoomBasic-v0] Creating evaluation object from /tmp/random-agent-results with…
-
Hi, I was wondering if it would be possible for Kaggle environments to use gymnasium rather than gym? We would like to list this of [third party environments](https://gymnasium.farama.org/environments…
-
If I use your env
env = utils.NormalizedActions(gym.make(env_tag))
I can not step an action, it says not implement error,
-
I want to ask, how should I train my scene environment to run, I see you input is a trained file, you can tell me, how should I train my scene environment
Yu-zx updated
5 months ago
-
TODO: call toybox from baselines, not baselines from toybox. I'd like to completely excise baselines from our repo.