mikesongming's Stars
edbeeching/godot_rl_agents
An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
viblo/pymunk
Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python
pathak22/noreward-rl
[ICML 2017] TensorFlow code for Curiosity-driven Exploration for Deep Reinforcement Learning
pytorch/captum
Model interpretability and understanding for PyTorch
data-exp-lab/inheritance_explorer
JavierAntoran/Bayesian-Neural-Networks
Pytorch implementations of Bayes By Backprop, MC Dropout, SGLD, the Local Reparametrization Trick, KF-Laplace, SG-HMC and more
lewisKit/Amortized_SVGD
Experiments of amortized stein variational gradient
DartML/Stein-Variational-Gradient-Descent
code for the paper "Stein Variational Gradient Descent (SVGD): A General Purpose Bayesian Inference Algorithm"
karlnapf/kernel_goodness_of_fit
Code for the paper "A Kernel Test of Goodness of Fit" by Kacper Chwialkowski, Heiko Strathmann, Arthur Gretton
udlbook/udlbook
Understanding Deep Learning - Simon J.D. Prince
google/gin-config
Gin provides a lightweight configuration framework for Python
google-research/google-research
Google Research
yingchengyang/Reinforcement-Learning-Papers
Related papers for reinforcement learning, including classic papers and latest papers in top conferences
sail-sg/envpool
C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
martinseilair/learningoptimalcontrol
Great resources for learning optimal control
mpi4py/mpi4py
Python bindings for MPI
minrk/IPython-parallel-tutorial
tutorial materials for IPython.parallel
ipython/ipyparallel
IPython Parallel: Interactive Parallel Computing in Python
Farama-Foundation/AutoROM
A tool to automate installing Atari ROMs for the Arcade Learning Environment
wolph/numpy-stl
Simple library to make working with STL files (and 3D objects in general) fast and easy.
openai/mujoco-worldgen
Automatic object XML generation for Mujoco
google-deepmind/mujoco_menagerie
A collection of high-quality models for the MuJoCo physics engine, curated by Google DeepMind.
andrewsiah/spinningup_pytorch
An educational resource to help anyone learn deep reinforcement learning, with support for PyTorch
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
Stable-Baselines-Team/stable-baselines
Mirror of Stable-Baselines: a fork of OpenAI Baselines, implementations of reinforcement learning algorithms
google-deepmind/mujoco
Multi-Joint dynamics with Contact. A general purpose physics simulator.
MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
automl/mdp-playground
A python package to design and debug RL agents.