Skip to content

isamu-isozaki/moba-openai-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.