Skip to content

Brandon-Rozek/zerogym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroMQ interface for OpenAI Gym

This library adds a ZeroMQ interface for the OpenAI Gym Project. This implementation runs faster than my previous HTTP interface!

Why would I want to do this? If you want to decouple the processing of the environment from the training of your models this might be beneficial.

To start the webserver

python gymserver.py port_num

Then in your main application

from gymclient import Environment
env = Environment("127.0.0.1", 5000)

About

ZeroMQ interface for OpenAI gym

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published