David Albert
David Albert
Hi @indhra007 . Indeed it is totally possible to train two independant agents with DQN algorithm. All you have to do is to : 1. Instantiate your OpenAI Gym like...
@indhra007 sorry for the late answer. In order to avoid problems of importing packages when using notebook, go to the *marl* directory before installing it. If you are using a...
@indhra007 For the moment I cannot share another well documented environment. I am currently working with another environment (for the game *Hanabi*) but it is not online yet. You can...
@indhra007 If no errors occurred when installing the package, you have three ways to import the class MARL: ```python from marl import MARL ``` ```python from marl.agent import MARL ```...