huschen's Stars
torvalds/linux
Linux kernel source tree
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
nasa-jpl/open-source-rover
A build-it-yourself, 6-wheel rover based on the rovers on Mars!
cartographer-project/cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
NVIDIA/thrust
[ARCHIVED] The C++ parallel algorithms library. See https://github.com/NVIDIA/cccl
blei-lab/edward
A probabilistic programming language in TensorFlow. Deep generative models, variational inference.
tensorflow/probability
Probabilistic reasoning and statistical analysis in TensorFlow
quark0/darts
Differentiable architecture search for convolutional and recurrent networks
YosysHQ/picorv32
PicoRV32 - A Size-Optimized RISC-V CPU
rll/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
SpinalHDL/VexRiscv
A FPGA friendly 32 bit RISC-V CPU implementation
xbpeng/DeepMimic
Motion imitation with deep reinforcement learning.
NxRLab/ModernRobotics
Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
eigenteam/eigen-git-mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
dotnet/infer
Infer.NET is a framework for running Bayesian inference in graphical models
haarnoja/sac
Soft Actor-Critic
siliconcompiler/siliconcompiler
Modular hardware build system
opensim-org/opensim-core
SimTK OpenSim C++ libraries and command-line applications, and Java/Python wrapping.
robomechanics/quad-sdk
Software tools for agile quadrupeds, developed by the Robomechanics Lab at Carnegie Mellon University.
cbfinn/maml_rl
Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
cbfinn/gps
Guided Policy Search
ros-controls/ros_control
Generic and simple controls framework for ROS
zephray/VerilogBoy
A Pi emulating a GameBoy sounds cheap. What about an FPGA?
cartographer-project/point_cloud_viewer
View billions of points in your browser.
locuslab/icnn
Input Convex Neural Networks
rmst/ddpg
TensorFlow implementation of the DDPG algorithm from the paper Continuous Control with Deep Reinforcement Learning (ICLR 2016)
ken551/embeddedRTPS-STM32