Godot AI Gym
Make your Godot project into OpenAI Gym environment to train RL models with PyTorch.
API
Concise description of all the classes and functions used to communicate between python and godot processes.
Basic Tutorial
This tutorial guides through the basics of setting up an environment. It also discusses the way godot and python processes communicate.
Speedup Tutorial
Guides through the process of executing godot process faster than real time.
Deployment Tutorial
Tracing your model using PyTorch JIT and deploying it into your game.
Work in progress...