Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 517 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 517 Bytes

moba-openai-rl

I'll implement something like https://paperswithcode.com/paper/mastering-complex-control-in-moba-games-with for openai-baseline using docker

1st Version

I just plan to have the following containers

ai-server: server to run deployed models to fight against each other

learner-server: server to train models given data from the ai-server. Set the DOCKER to 0 to run the learner server as a container

db: a mongodb database

The way I plan to transmit information between them is to use volumes.