Personal Computing Environment for OpenAI Gym.
Prerequisites:
Install via pip install .
To use gym-pc
, first import it and make an environment.
import gym
import gym_pc
env = gym.make('GymPC-Ubuntu')
An example agent is provided.
First, start a container: docker run -it --rm -p 8000:8000 -p 6080:80 -p 5900:5900 breandan/ubuntuvnc
Then visit: http://127.0.0.1:6080/ and manually open the terminal window.
If you wish to cite this work, please use the following bibtex
entry:
@misc{considine2019gympc,
authors = {Considine, Breandan and Gastellu, Nicolas and Rosenblitt, Jared and Simine, Yelina},
title = {Personal Computing Environment for OpenAI Gym},
year = {2019},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/breandan/gym-pc}},
}