Open vlad17 opened 7 years ago
Will take a look. What do you mean by "kills a GPU tensorflow install"? Is a necessary package removed?
Yes, if you install as the instructions specified before, a baselines cpu-only tensorflow would clobber exising tensorflow installs.
ok; there's another problem, b/c the current README instr don't specify the openai/baselines commit to check out. adding a fix
installing baselines kills a GPU tensorflow install. this commit fixes that dependency override.
Be careful: if you installed baselines before it may be using CPU only because it killed TF earlier.
the fix is to uninstall tf, tf-gpu, and then install baselines (if you haven't already), install tf-gpu.
otherwise, after this fix, following README Instructions should leave your system in the correct state.