crowdAI / marLo

Multi Agent Reinforcement Learning using MalmÖ
MIT License
244 stars 46 forks source link

Combo in marLo #58

Open EC2EZ4RD opened 5 years ago

EC2EZ4RD commented 5 years ago

Hi, I want to figure out whether combo is allowed in marLo. I have found that in base_env_builder.py, we can only use one single action every step. My agent always heads to wall and fails to learn. Because vizDoom can have combo, and in that environment I used combo to get rid of heading to the wall. Many thanks!

AndKram commented 5 years ago

If you are running a mission that uses continuous commands you need to cancel a continuous command (e.g. a move 0 after a move 1) in a future step. You should not need multiple actions per step for this.