Sercan Karaoglu
Sercan Karaoglu
There is nice functionality "http server" which seems to be configurable, however that one brings vertx's old version as a dependency which causes old version of fasterxml and netty to...
In the initial implementation there was BaseEnv and generic continous and discrete environments. As a quick fix this is now single implementation without generics fix this and start supporting both...
Initially we wanted to support Unity environment as close possible to Gym interface. Test if we have solid Interface by implementing the same interface to access Open AI Gym API....
Create build pipeline that generates containerized unity game environments and ai-baselines. DoD: - with one `docker-compose up` command we should be able to run both game environment and ai-baselines all...
Currently we use make.sh script to generate swift objects from protobuf which makes code generation to depend on host system. Instead create docker image that generates swift objects from protobof...