README Tutos¶
Check the tutorials on torchrl documentation: https://pytorch.org/rl
Get started with Environments, TED and transforms
Get started with data collection and storage
Getting started with model optimization
Get started with your own first training loop
Get started with TorchRL’s modules
Task-specific policy in multi-task environments
Recurrent DQN: Training recurrent policies
Multi-Agent Reinforcement Learning (PPO) with TorchRL Tutorial
Reinforcement Learning (PPO) with TorchRL Tutorial
TorchRL trainer: A DQN example
Pendulum: Writing your environment and transforms with TorchRL
Competitive Multi-Agent Reinforcement Learning (DDPG) with TorchRL Tutorial
TorchRL objectives: Coding a DDPG loss