hill-a / stable-baselines

A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
http://stable-baselines.readthedocs.io/
MIT License
4.14k stars 723 forks source link

error #1107

Closed elizmarg closed 3 years ago

Miffyli commented 3 years ago

stable-baselines does not support Tensorflow 2.x. You need to install Tensorflow 1.x (e.g. 1.15).

Miffyli commented 3 years ago

Now when i run it.. no error is given however - it just runs for a second and then nothing is outputted and then just goes back to the command line.

This is to be expected if you do not provide verbose=2 upon creating SB model. Without this command nothing is printed to the command line. Sounds like any remaining issues are with the environment you are using, for which we do not provide tech support.

You may close the issue if no further bugs/issues related to stable-baselines occur.

Miffyli commented 3 years ago

It seems not all lines were executed (perhaps you are running jupyter notebooks? In that case you need to run all cells in order).

The code seems fine and should run correctly. We do not offer help with running Python code here in issues. I recommend looking for help on e.g. RL discord

Closing the issue as "no tech support".