instadeepai / Mava

🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX
Apache License 2.0
709 stars 83 forks source link

Feat: Support Continuous environments with unvmapped Nets #1037

Closed WiemKhlifi closed 7 months ago

WiemKhlifi commented 7 months ago

What?

Full support for continuous actions in all Mava PPO systems.

Why?

Add support for environments with continuous actions.

How?

Extra

This is the non-vamped version of the PPO networks.