Nate Pham
Results
3
comments of
Nate Pham
Try lowering batch size, I got error running with 128 but it works fine with 64.
from multiagent.core import World, Agent, Landmark ModuleNotFoundError: No module named 'multiagent'
you need to install https://github.com/openai/multiagent-particle-envs
Thank you @maxreciprocate , I got the point about saving model's value head now. My original question is from my observation when running ILQL training script that I see a...