go-explore icon indicating copy to clipboard operation
go-explore copied to clipboard

During robustification I get an MPI error.

Open HampusAstrom opened this issue 3 years ago • 1 comments

I am running the code from https://github.com/uber-research/atari-reset, but since you have not enabled issues there I write here instead.

When I try to run your robustification code with the default parameters from https://github.com/uber-research/go-explore i get the following error:

*** The MPI_Comm_test_inter() function was called before MPI_INIT was invoked. *** This is disallowed by the MPI standard. *** Your MPI job will now abort. [hampusa:2940] Local abort before MPI_INIT completed completed successfully, but am not able to aggregate error messages, and not able to guarantee that all other processes were killed!

I am trying to run it on a single machine, and I have tried if setting --nenvs=1 would help but there is no difference.

HampusAstrom avatar Apr 29 '21 12:04 HampusAstrom

I also got the same error in policy_based one. Did you (@HampusAstrom ) find any solutions to this?

Oyakata67909 avatar Oct 02 '22 04:10 Oyakata67909