LOLA_DiCE
Game-playing AI framework
PyTorch implementation of LOLA using DiCE for decision-making in game-playing AI
Pytorch implementation of LOLA (https://arxiv.org/abs/1709.04326) using DiCE (https://arxiv.org/abs/1802.05098)
90 stars
6 watching
15 forks
Language: Python
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
alexis-jacq/pytorch-dppo | A PyTorch implementation of Distributed Proximal Policy Optimization algorithm | 180 |
project-dc/pygeneses | A PyTorch-based framework for training and studying artificial species in bio-inspired environments | 72 |
embodiedgpt/embodiedgpt_pytorch | A PyTorch-based toolkit for creating customized multimedia datasets and handling heterogeneous data for training AI models. | 340 |
ctallec/pyvarinf | A Python package facilitating Bayesian Deep Learning methods with Variational Inference for PyTorch | 359 |
packtpublishing/hands-on-intelligent-agents-with-openai-gym | Teaching software developers to build intelligent agents using deep reinforcement learning and OpenAI Gym | 373 |
onlytailei/a3c-pytorch | An implementation of Advantage async Actor-Critic Algorithms in PyTorch for Deep Reinforcement Learning | 114 |
alexis-jacq/pytorch-tutorials | An introduction to PyTorch through the Neural-Style algorithm for image transformation | 136 |
kenjyoung/minatar | An AI testbed for Atari 2600 games in Python | 286 |
claws-lab/jodie | A PyTorch implementation of a representation learning framework for dynamic temporal networks | 355 |
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 |
alexis-jacq/pytorch-sketch-rnn | A PyTorch implementation of a sketch-based RNN model for generating drawings. | 184 |
fnozarian/carla-kitti | Generates synthetic data from the CARLA simulator for KITTI 2D/3D Object Detection tasks. | 39 |
dgriff777/rl_a3c_pytorch | An implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training. | 562 |
khanrc/pt.darts | An implementation of DARTS, a method for automatically designing neural network architectures. | 441 |