PaddlePaddle / MetaGym

Collection of Reinforcement Learning / Meta Reinforcement Learning Environments.
Apache License 2.0
275 stars 59 forks source link

Liftsim support for MARL algorithms #73

Open dineshresearch opened 1 year ago

dineshresearch commented 1 year ago

@TomorrowIsAnOtherDay do liftsim simulator support MARL algorithms like MADDPG? If so could you provide any reference baseline implementation that i could refer to

WorldEditors commented 1 year ago

Apologies, but at the moment, we do not have any immediate plans to incorporate MARL baselines. We warmly welcome any contributions in this area.

dineshresearch commented 11 months ago

@WorldEditors thanks for response. For liftsim simulator through PARL library currently only DQN, A2C baselines were provided, Could you please suggest support for any other additional algorithms. Also could you provide any pytorch or tensorflow integration with liftsim simulator for implementation of RL algorithms kindly.