Lightning-Universe / lightning-bolts

Toolbox of models, callbacks, and datasets for AI/ML researchers.
https://lightning-bolts.readthedocs.io
Apache License 2.0
1.68k stars 320 forks source link

Add A2C, PPO and other modern standard RL Algorithms #186

Open HenryJia opened 4 years ago

HenryJia commented 4 years ago

🚀 Feature

The RL section of bolts currently only includes variants of DQN and VPG and lacks some of the more modern RL algorithms. Adding PPO, A2C, curiosity exploration etc. might be prudent

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

akihironitta commented 3 years ago

@HenryJia Thank you for your suggestion! Feel free to submit PRs! It would be great to have a list of models in the description of this issue above so that people in the community can contribute.