-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error occurs when I train level=3 and agent_mode=“escape”, because the matrix multiplication does not match #11
Comments
Hi, based on your images you are inspecting the neural net "Fight1" which won't be used for |
我解决了这个问题,我在配置的时候使用的是mode=Escape,结果出现了报错,我后来换成了 mode=escape,就成功了。 |
|
Only when I set torch.load to cpu can I run through Level 4. |
for GPU: keep your configuration the same throughout training, though I recommend CPU, as Ray is not very consistent with GPU. for rendering: when you set |
The text was updated successfully, but these errors were encountered: