micolxs's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
google/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
DEAP/deap
Distributed Evolutionary Algorithms in Python
hill-a/stable-baselines
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms
opendilab/DI-engine
OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
SebLague/Slime-Simulation
rail-berkeley/softlearning
Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.
agi-brain/xuance
XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library
xahidbuffon/Awesome_Underwater_Datasets
Pointers to large-scale underwater datasets and relevant resources.
FilippoAiraldi/mpc-reinforcement-learning
Reinforcement Learning with Model Predictive Control
baopng/NSGA-II
Implementation of NSGA-II algorithm in form of a python library.
Valdecy/pyMultiobjective
A python library for the following Multiobjective Optimization Algorithms or Many Objectives Optimization Algorithms: C-NSGA II; CTAEA; GrEA; HypE; IBEA-FC; IBEA-HV; MOEA/D; NAEMO; NSGA II; NSGA III; OMOPSO; PAES; RVEA; SMPSO; SMS-EMOA; SPEA2; U-NSGA III
jlubars/RL-MPC-LaneMerging
Combining Reinforcement Learning with Model Predictive Control for On-Ramp Merging
lmarti/nsgaiii
An implementation of NSGA-III in Python.
FilippoAiraldi/learning-safety-in-mpc-based-rl
Safety-aware MPC-based RL framework
xinliu20/MEC
baggepinnen/Robotlib.jl
Robotics library written in the Julia programming language
MAS-anony/ASN
UtkarshMishra04/DMD-MPC-RL
This repository contains the code for our paper on Dynamic Mirror Descent based MPC for Model-Free RL
xinliu20/GraphCSPN_ECCV2022
baggepinnen/LTVModels.jl
Tools to estimate Linear Time-Varying models in Julia
yeshenpy/PMIC
Original PyTorch implementation of PMIC from PMIC: Improving Multi-Agent Reinforcement Learning with Progressive Mutual Information Collaboration
mrjun123/DPETS
Code for the paper "Practical Probabilistic Model-based Deep Reinforcement Learning by Integrating Dropout Uncertainty and Trajectory Sampling"
baggepinnen/LPVSpectral.jl
Least-squares (sparse) spectral estimation and (sparse) LPV spectral decomposition.
AdrienLin1/MACDPP
Code for Paper "Effective Multi-agent Reinforcement Learning Control with Relative Entropy Regularization".
zhaoshitian/rl-tutorials
basic algorithms of reinforcement learning
itstyren/reputationRL-coop
Code for reproducing the experimental results presented in the paper "Reputation-based Interaction Promotes Cooperation with Reinforcement Learning."