-
-
Safe-Reinforcement-Learning-Baselines Public
Forked from chauncygu/Safe-Reinforcement-Learning-BaselinesThe repository is for safe reinforcement learning baselines.
Jupyter Notebook UpdatedDec 5, 2024 -
Book-Mathematical-Foundation-of-Reinforcement-Learning Public
Forked from MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-LearningThis is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
MATLAB UpdatedJul 16, 2024 -
-
P2BPO Public
AAAI_P2BPO: Permeable Penalty Barrier-based Policy Optimization for Safe RL
MIT License UpdatedMay 29, 2024 -
-
-
-
-
imitation Public
Forked from HumanCompatibleAI/imitationClean PyTorch implementations of imitation and reward learning algorithms
Python MIT License UpdatedApr 20, 2023 -
next13-airbnb-clone Public
Forked from aalhommada/next13-airbnb-cloneTypeScript UpdatedApr 2, 2023 -
-
keras-io Public
Forked from keras-team/keras-ioKeras documentation, hosted live at keras.io
Jupyter Notebook Apache License 2.0 UpdatedAug 4, 2021 -
examples Public
Forked from pytorch/examplesA set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
Python BSD 3-Clause "New" or "Revised" License UpdatedJul 28, 2021 -
autonomous-systems Public
In this project, it is intended to learn and get familiar with the concepts of Reinforcement Learning (RL) by modeling agents with actor-critic and rainbow-dqn algorithms. Two continuous Unity Machβ¦
ASP.NET UpdatedJul 5, 2021 -
Multi-Agent-Deep-Deterministic-Policy-Gradients Public
Forked from philtabor/Multi-Agent-Deep-Deterministic-Policy-GradientsA Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm
Python UpdatedApr 8, 2021 -
D4PG Public
Forked from BY571/D4PGPyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2RL which can be added to D4PG to improve its performance.
Python UpdatedApr 7, 2021 -
Soft-Actor-Critic-and-Extensions Public
Forked from BY571/Soft-Actor-Critic-and-ExtensionsPyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL + D2RL and parallel Environments.
Python MIT License UpdatedFeb 24, 2021
Soft-Actor-Critic Public
Forked from XuehaiPan/Soft-Actor-CriticPyTorch Implementation of Soft Actor-Critic Algorithm
stanford-cme-102-ordinary-differential-equations Public
Forked from shervinea/stanford-cme-102-ordinary-differential-equationsVIP cheatsheets for Stanford's CME 102 Ordinary Differential Equations for Engineers
stanford-cme-106-probability-and-statistics Public
Forked from shervinea/stanford-cme-106-probability-and-statisticsVIP cheatsheets for Stanford's CME 106 Probability and Statistics for Engineers
google-research Public
Forked from google-research/google-researchGoogle Research
simplest-world-Actor-Critic Public
Forked from nima-siboni/simplest-world-Actor-CriticReinforcement learning, Policy Gradient, Actor-Critic, AC, Agent-based Simulation, Simple-world
stanford-cs-229-machine-learning Public
Forked from afshinea/stanford-cs-229-machine-learningVIP cheatsheets for Stanford's CS 229 Machine Learning
stanford-cs-230-deep-learning Public
Forked from afshinea/stanford-cs-230-deep-learningVIP cheatsheets for Stanford's CS 230 Deep Learning
CartPole-v1-Actor-Critic-Keras Public
Forked from nitish-kalan/CartPole-v1-Actor-Critic-KerasSolving CartPole-v1 environment in Keras with Actor Critic algorithm an Deep Reinforcement Learning algorithm