cogment / cogment-verse

Research platform for Human-in-the-loop learning (HILL) & Multi-Agent Reinforcement Learning (MARL)
https://cogment.ai/cogment_verse
Apache License 2.0
76 stars 14 forks source link

Multi-agent RL for Petting Zoo #135

Closed lhnguyen102 closed 1 year ago

lhnguyen102 commented 1 year ago

closes #103

MR includes:

Note that we use PPO for these three above-mentionned types of learning

lhnguyen102 commented 1 year ago

@cloderic I've tried to merge AtariEnvironment with ClassicEnvironment, but due to the differences in action types and the way we handle next player, I've decided not to do the merger at this PR. Instead, I would like to focus on implementing TAMER and ensuring that self-playing works, which is urgent, given our due date to AAMAS

cloderic commented 1 year ago

Let's merge it, there's still some stuff to improve here and there but it's gonna be easier once merged.