Right now i have two agents, both completely different in actions and rewards. One is a “regular” agent, trained to finish a level, and the second one gets information from the first agent and learn from it. So, here are my questions:
- How do i would go on training such different agents at the same time? Is it just like with normal but adding a second behavior on the YAML file?
- I already trained the first agent. can i just train the second agent and just have the first one use the model instead of having it train?