rl
rl copied to clipboard
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #2359 * #2358 * #2354 * #2307 * __->__ #2306 * #2305 * #2304
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #2359 * #2358 * #2354 * #2307 * #2306 * __->__ #2305 * #2304
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #2359 * #2358 * #2354 * #2307 * #2306 * #2305 * __->__ #2304
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * #2359 * #2358 * #2354 * __->__ #2307 * #2306 * #2305 * #2304
## Description Adds AbsorbingStateTransform as used in the [DAC](https://arxiv.org/pdf/1809.02925) paper. ## Motivation and Context Why is this change required? What problem does it solve? If it fixes an open issue,...
Hello. why this error happened when I want to run this script: python mappo_ippo.py --m env.scenario_name=balance ## Describe the bug Traceback (most recent call last): File "mappo_ippo.py", line 123, in...
## Description An POC implementation for a wrapper on top of OpenSpiel. ## Motivation and Context Why is this change required? What problem does it solve? If it fixes an...
## Motivation Card games are useful to study RL algorithms in control settings, with simple interface and simple to grasp. ## Solution Create a wrapper on top of [RLCard](https://github.com/datamllab/rlcard) games...
## Describe the bug The lateset stable relase (0.4) fails to create Isaac Gym Preview 4 environments. ## To Reproduce ```python import isaacgym from torchrl.envs import IsaacGymEnv env = IsaacGymEnv(task="Ant",...
## Description Add the algorithm Generative Adversarial Imitation Learning [GAIL](https://arxiv.org/abs/1606.03476) ## Motivation and Context Why is this change required? What problem does it solve? If it fixes an open issue,...