🐷強化学習用のライブラリの調査2024/01/21に公開AI強化学習tech 概要 😊強化学習の実装で使えるライブラリをまとめました 環境のライブラリ 😶シングルエージェント用 gymnasium(旧OpenAI Gym) https://github.com/Farama-Foundation/Gymnasium https://gymnasium.farama.org/ 😶マルチエージェント用 PettingZoo https://github.com/Farama-Foundation/PettingZoo https://pettingzoo.farama.org/ 強化学習アルゴリズムのライブラリ 😶シングルエージェント用 Stable Baselines https://github.com/DLR-RM/stable-baselines3 https://stable-baselines3.readthedocs.io/en/master/guide/rl.html Ray RLLib https://github.com/ray-project/ray/tree/master/rllib https://docs.ray.io/en/latest/rllib/index.html AgileRL https://github.com/AgileRL/AgileRL https://docs.agilerl.com/en/latest/ 😶マルチエージェント用 Ray RLLib 上述 AgileRL 上述 Discussion
Discussion