yujunyoung1107's Stars
Cloud0723/Offline-MLIRL
Haichao-Zhang/PEX
Policy Expansion for Bridging Offline-to-Online Reinforcement Learning (ICLR23)
younggyoseo/CQN
Coarse-to-fine Q-Network
marc-rigter/waker
Official code for "Reward-Free Curricula for Training Robust World Models", ICLR 2024.
changchencc/TransDreamer
Code for TRANSDREAMER: REINFORCEMENT LEARNING WITH TRANSFORMER WORLD MODELS
suneelbelkhale/model-based-meta-rl-for-flight
Codebase for Model-Based Meta-Reinforcement Learning for Flight with Suspended Payloads paper. Website: https://sites.google.com/view/meta-rl-for-flight.
yuanzhaolin/ODE-RSSM
finninmunich/Maml-Reptile-RL
Study of paper "Meta reinforcement learning for sim-to-real domain adaptation"
luckeciano/transformers-metarl
Transformers are Meta-Reinforcement Learners - International Conference on Machine Learning (ICML) 2022
SAIC-MONTREAL/hyperzero
Code for AAAI 2023 paper "Hypernetworks for Zero-shot Transfer in Reinforcement Learning"
ikostrikov/rlpd
xionghuichen/CODAS
The Official Code for Cross-Modal Domain Adaptation for Cost-Efficient Visual Reinforcement Learning (NeurIPS'21))
KarlXing/LUSR
Domain Adaptation In Reinforcement Learning Via Latent Unified State Representation (AAAI 2021)
sa-and/MCD
hanjuku-kaso/awesome-offline-rl
An index of algorithms for offline reinforcement learning (offline-rl)
Vision-CAIR/AF-Guide
Official repository of Action-Free Guide
mrsergazinov/latent_ode_cgm
Implementation of the Latent ODE (https://github.com/YuliaRubanova/latent_ode) for continuous glucose monitor (CGM) data.
pantsbuild/pants
The Pants Build System
junmokane/offline-PEARL
ZJLAB-AMMI/HS-OMRL
Python code to implement hard sampling based task representation learning for robust offline meta RL
FilippoAiraldi/mpc-reinforcement-learning
Reinforcement Learning with Model Predictive Control
shlee94/Off2OnRL
guosyjlu/OEMA
Official PyTorch code for "Sample Efficient Offline-to-Online Reinforcement Learning" in TKDE'23.
dhruvramani/Transformers-RL
An easy PyTorch implementation of "Stabilizing Transformers for Reinforcement Learning"
jxx123/simglucose
A Type-1 Diabetes simulator implemented in Python for Reinforcement Learning purpose
visionbike/AdaptiveIPM
Inverse Perspective Mapping
haje01/distper
Distributed Priortized Experience Replay
younggyoseo/Ape-X
PyTorch Implementation of Distributed Prioritized Experience Replay(Ape-X)
Rafael1s/Deep-Reinforcement-Learning-Algorithms
32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.
ikostrikov/pytorch-a3c
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".