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
- Host: GitHub
- URL: https://github.com/millionintegrals/distributed-vec-env
- Owner: MillionIntegrals
- License: mit
- Created: 2018-05-27T19:10:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T21:54:04.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T15:38:33.236Z (about 1 year ago)
- Topics: openai-gym, reinforcement-learning
- Language: Python
- Size: 85 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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