Baselines: Running Baselines on Windows

Created on 14 Sep 2017  路  1Comment  路  Source: openai/baselines

Hi

I cloned the repository on Windows (I had to remove Atari dependency from setup file).
Now when I try to run codes (DDPG, PPO), I get the following error:

Traceback (most recent call last): File "main.py", line 10, in <module> import baselines.ddpg.training as training File "e:\baselines\baselines\ddpg\training.py", line 6, in < module> from baselines.ddpg.ddpg import DDPG File "e:\baselines\baselines\ddpg\ddpg.py", line 9, in <modu le> from baselines.common.mpi_adam import MpiAdam File "e:\baselines\baselines\common\mpi_adam.py", line 1, in <module> from mpi4py import MPI ImportError: DLL load failed: The specified module could not be found.

Any ideas how to solve this?

Most helpful comment

>All comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Seraphli picture Seraphli  路  5Comments

ccarterc picture ccarterc  路  4Comments

tyzaizl picture tyzaizl  路  3Comments

ahsteven picture ahsteven  路  5Comments

damienlancry picture damienlancry  路  3Comments