Back to Examples

README

distributed/rpc/rl/README.md

latest329 B
Original Source

Distributed Multi-Observer Single-Agent Reinforcement Learning Example

This example demonstrates torch.distributed.rpc API using an CartPole reinforcement learning example. Please note that the goal is to present the RPC API instead of building the best CartPole solver.

pip install -r requirements.txt
python main.py