cmusjtuliuyuan's Stars
tesseract-ocr/tesseract
Tesseract Open Source OCR Engine (main repository)
lm-sys/FastChat
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
AlexeyAB/darknet
YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
miloyip/game-programmer
A Study Path for Game Programmer
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
thtrieu/darkflow
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
LantaoYu/MARL-Papers
Paper list of multi-agent reinforcement learning (MARL)
sksq96/pytorch-summary
Model summary in PyTorch similar to `model.summary()` in Keras
BigBrotherTrade/trader
交易模块
ikostrikov/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
InteractiveComputerGraphics/PositionBasedDynamics
PositionBasedDynamics is a library for the physically-based simulation of rigid bodies, deformable solids and fluids.
openstf/minicap
Stream real-time screen capture data out of Android devices.
laixintao/python-parallel-programming-cookbook-cn
📖《Python Parallel Programming Cookbook》中文版
openai/random-network-distillation
Code for the paper "Exploration by Random Network Distillation"
TorchCraft/TorchCraftAI
A platform that lets you build agents to learn to play StarCraft: Brood War.
moli232777144/mtcnn_ncnn
基于ncnn框架搭建win及android端的MTCNN人脸检测工程
BUG1989/caffe-int8-convert-tools
Generate a quantization parameter file for ncnn framework int8 inference
talebolano/yolov3-network-slimming
yolov3 network slimming剪枝的一种实现
ToruNiina/lbvh
an implementation of parallel linear BVH (LBVH) on GPU
brendanator/atari-rl
Atari - Deep Reinforcement Learning algorithms in TensorFlow
takuseno/ppo
Proximal Policy Optimization implementation with TensorFlow
Ceruleanacg/Learning-Notes
💡 Repo of learning notes in DRL and DL, theory, codes, models and notes maybe.
eyounx/RetroCodes
Codes of our team for the OpenAI Retro Contest of reinforcement learning
philipperemy/tensorflow-fifo-queue-example
Example on how to use a Tensorflow Queue to feed data to your models.
ShibiHe/Q-Optimality-Tightening
This is my implementation of the Optimality Tightening
EE202B/tensorflow
Computation using data flow graphs for scalable machine learning
Ja1r0/DQN-play-SuperMario
implement the classic reinforcement learning algorithm DQN to play supermariobrother