DLR-RM / stable-baselines3

PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
https://stable-baselines3.readthedocs.io
MIT License
8.97k stars 1.68k forks source link

[Feature Request] Adding Panda environments #489

Closed qgallouedec closed 3 years ago

qgallouedec commented 3 years ago

Important Note: We do not do technical support, nor consulting and don't answer personal questions per email. Please post your question on the RL Discord, Reddit or Stack Overflow in that case.

šŸš€ Feature

Add Panda environments to rl-baselines3-zoo.

Motivation

More and more people are testing their reinforcement learning algorithms on Panda environments. To encourage collaboration, and facilitate reproducibility, I propose to integrate these environments to rl-baselines3-zoo.

Pitch

I have developed panda-gym, which is a set of 5 OpenAI/Gym environments for Franka Emika's panda robot, widely used in robotics. These environments are integrated with PyBullet. I propose to integrate these 5 environments to rl-baselines3-zoo.

Alternatives

None.

Additional context

This integration is already done and tested in my fork. I also have the benchmark results the trained agents, and the README section. I open this issue to create a pull request.

Ā Checklist

Miffyli commented 3 years ago

Please close this issue and open new one in zoo :)