Skip to content
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

OpenAI baselines very slow #351

Open
MatPoliquin opened this issue Sep 23, 2021 · 0 comments
Open

OpenAI baselines very slow #351

MatPoliquin opened this issue Sep 23, 2021 · 0 comments

Comments

@MatPoliquin
Copy link

When using OpenAI's baselines:
https://github.com/openai/baselines

I get very slow training performance despite the GPU usage being close to 100%
I get around 30 fps of training performance but when using the CPU I get over 200 fps

python -m baselines.run --alg=ppo2 --network=cnn --env=PongNoFrameskip-v4 --num_timesteps=2e7

Same problem when I switch to the NVIDIA MX 150 dedicated GPU, I get 50 fps instead of 500 fps when using CUDA drivers

That said when I use the MLP model the FPS is much better (over 300 fps).

System Information

  • Windows 11 Pro 21H2
  • Python 3.7
  • TensorFlow-DirectML 1.15.5 (latest)
  • Intel 620 Integrated GPU (latest driver)
    • Intel i7-8550U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant