Top "Openai-gym" questions

OpenAI Gym is a platform for reinforcement learning research that aims to provide a general-intelligence benchmark with a wide variety of environments.

How to run OpenAI Gym .render() over a server

I am running a python 2.7 script on a p2.xlarge AWS server through Jupyter (Ubuntu 14.04). I would like to be …

python jupyter-notebook pyglet xvfb openai-gym
How to create a new gym environment in OpenAI?

I have an assignment to make an AI Agent that will learn to play a video game using ML. I …

machine-learning artificial-intelligence openai-gym
OpenAI Gym Atari on Windows

I'm having issues installing OpenAI Gym Atari environment on Windows 10. I have successfully installed and used OpenAI Gym already on …

python windows openai-gym
How to render OpenAI gym in google Colab?

I'm trying to use OpenAI gym in google colab. As the Notebook is running on a remote server I can …

google-colaboratory openai-gym
Install pybox2d for python 3.6 with conda 4.3.21

i want to play with the lunar lander env from OpenAI gym. In order to run this code I need …

python-3.x anaconda ubuntu-16.04 conda openai-gym
OpenAI Gym: Understanding `action_space` notation (spaces.Box)

I want to setup an RL agent on the OpenAI CarRacing-v0 environment, but before that I want to understand the …

reinforcement-learning openai-gym
openAI Gym NameError in Google Colaboratory

I've just installed openAI gym on Google Colab, but when I try to run 'CartPole-v0' environment as explained here. …

python google-colaboratory openai-gym
NameError: name 'base' is not defined OpenAI Gym

[Note that I am using xvfb-run -s "-screen 0 1400x900x24" jupyter notebook] I try to run a basic set of …

reinforcement-learning openai-gym
Display OpenAI gym in Jupyter notebook only

I want to play with the OpenAI gyms in a notebook, with the gym being rendered inline. Here's a basic …

python python-3.x jupyter-notebook reinforcement-learning openai-gym
How can I register a custom environment in OpenAI's gym?

I have created a custom environment, as per the OpenAI Gym framework; containing step, reset, action, and reward functions. I …

reinforcement-learning openai-gym