baselines
baselines copied to clipboard
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
[Report - PDF](https://github.com/openai/baselines/files/9247719/Untitled-1.pdf)
Hello, I am not sure about how to set a Tensorboard? I have set the environment variable, I use the PyCharm, so I donot know how to modify the --log-dir...
I am using MacOS Big Sur version 11.06. I use virtualenv with Python 3.7.9. I was trying to run this command: ``` python -m baselines.run --alg=ppo2 --env=PongNoFrameskip-v4 --num_timesteps=1e4 --load_path=~/models/pong_20M_ppo2 --play...
Does tensorflow2.6 work with baselines?
Adding 'tensorflow-macos' for in list tf_pkg_name for the new tensorflow builds for apple silicon chips. 'distutils.LooseVersion' is depracated replacing it with 'packaging.version.parse'
Facing the issue when using tf2: AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter' Can anyone give some hints about this issue ? Thanks a lot.
Module gym.monitoring required by baselines/deepq/experiments/atari/enjoy.py is not present in gym[all] package.
Open AI gym doesn't support for gym[atari] packages. I tried to render an env for spaceinvaders-v0 , one of the famous games in atari. I also tried an another version...
I'm playing around with some baseline algorithms with a custom environment that I made. The environment has an observation space with a shape of (5,12). For some reason, when trying...