cpnota / autonomous-learning-library

A PyTorch library for building deep reinforcement learning agents.
MIT License
646 stars 72 forks source link

Continuous Butterfly Presets #210

Open cpnota opened 3 years ago

cpnota commented 3 years ago

Add multiagent presets for the Butterfly continuous environments.

benblack769 commented 3 years ago

@cpnota

One thing blocking this is that several internal features, including the generalized advantage buffer used by PPO, only work for parallel agents. And there is no parallel multiagent experiment.

cpnota commented 3 years ago

Good to know. Will probably have to do some additional changes. Have you tried SAC/DDPG?

cpnota commented 3 years ago

Blocked on #219 for now