mguarin0 / rllib-torch-maddpg

PyTorch implementation of MADDPG (Lowe et al.) in RLLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rllib-torch-maddpg

PyTorch implementation of MADDPG (Lowe et al.) in RLLib

Note that the Ray version is currently pinned to 1.5.2.

export prj_path=/Users/michaelguarino/repos/rllib-torch-maddpg
docker run -dit --mount type=bind,source="${prj_path}",target="/usr/src/app/rllib-torch-maddpg" rllibtorchmaddpg:test

About

PyTorch implementation of MADDPG (Lowe et al.) in RLLib


Languages

Language:Python 99.4%Language:Dockerfile 0.6%