-
## Motivation
It would be great to be able to use OpenSpiel's environments with TorchRL.
## Solution
Its `rl_environment` interface is basically identical to that of gym, so the integration sh…
-
I wonder if there's support for using Imitation Learning API in Carla's environment.
For Example, if I try imitation learning on an Atari Environment I use:
coach -et rl_coach.environments.gym_env…
-
### 🐛 Bug
I am trying to get the following code to work on kaggle. I have already trained the agent which worked fine but when i run the following :
$ python -m rl_zoo3.enjoy --algo ppo --env M…
-
### ❓ Question
Hello everyone,
I am following @araffin video Part 1 for donkey car https://www.youtube.com/watch?v=ngK33h00iBE
I'm currently working on a project using the rl-baselines3-zoo wit…
-
Dear Sir,
1-On your website, you mentioned an example for Teensy4.1. When we follow the sequence of your codes at the beginning, it seems that you defined a macro, named: **TRAIN** and as a result …
-
Gym API supports MultiDiscrete action spaces:
https://github.com/openai/gym/blob/master/gym/spaces/multi_discrete.py
This is useful when you want to discretize a continuous control problem, a tec…
-
The Link in
"Official OpenAI environments, and third party environments"
in the section "RL Environments" within the wiki does lead to 404 Error for me.
Is this Link still valid?
-
Hi,
thanks for the amazing work of RL environments using JAX. I was wondering if you have any plans to write Actor-Critic agents for this work?
-
On 11/03/2020 15:19, Aleksander Czechowski wrote:
This repo is for learning in games, which are sort of generalized RL environments.
You need to compile it first, but by following the instructions…
-
## 🚀 Feature
I think it would be great to integrate the current [RL bolts models](https://github.com/Lightning-AI/lightning-bolts/tree/master/pl_bolts/models/rl) with the new [TorchRL](https://gith…