GodotAIGym
Reinforcement Learning Environment
Enables training of reinforcement learning models with PyTorch on Godot Engine using shared memory
Communicating with godot engine through shared memory
214 stars
15 watching
27 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
kengz/slm-lab | A comprehensive framework for deep reinforcement learning using PyTorch. | 1,256 |
rdspring1/pytorch_gbw_lm | Trains a large-scale PyTorch language model on the 1-Billion Word dataset | 123 |
chingyaoc/pytorch-reinforce | A PyTorch implementation of the REINFORCE algorithm for reinforcement learning in continuous and discrete environments. | 264 |
zuoxingdong/lagom | A modular toolkit for rapid prototyping of reinforcement learning algorithms | 373 |
project-dc/pygeneses | A PyTorch-based framework for training and studying artificial species in bio-inspired environments | 72 |
open-mmlab/mmengine | Provides a flexible and configurable framework for training deep learning models with PyTorch. | 1,179 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
ahmedfgad/torchga | Trains PyTorch models using the Genetic Algorithm | 95 |
hjmshi/pytorch-lbfgs | A PyTorch implementation of L-BFGS optimization algorithm for training neural networks | 586 |
rguthrie3/deeplearningfornlpinpytorch | A comprehensive tutorial on deep learning for natural language processing with PyTorch, covering the basics and advancing to linguistic structure prediction. | 1,940 |
pyg-team/pytorch-frame | A deep learning framework for handling heterogeneous tabular data with diverse column types | 543 |
ikostrikov/pytorch-trpo | A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 433 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |