An open API service indexing awesome lists of open source software.

https://github.com/millionintegrals/distributed-vec-env

A distributed implementation of OpenAI VecEnv
https://github.com/millionintegrals/distributed-vec-env

openai-gym reinforcement-learning

Last synced: 4 months ago
JSON representation

A distributed implementation of OpenAI VecEnv

Awesome Lists containing this project

README

          

# distributed-vec-env
A distributed implementation of OpenAI VecEnv

# TODO:
- [x] Random Nonce to make sure client and server were initialized in the same run
- [x] Handle client disconnects
- [x] Set timeouts on *ALL* network operations
- [ ] Extensive testing and debugging