herolab-uga / bsac
Bayesian Soft Actor Critic
☆14Updated 2 years ago
Alternatives and similar repositories for bsac:
Users that are interested in bsac are comparing it to the libraries listed below
- A clean and robust Pytorch implementation of SAC on discrete action space☆35Updated 5 months ago
- ☆40Updated 3 years ago
- Parametrized Deep Q-Networks Learning: Reinforcement Learning with Discrete-Continuous Hybrid Action Space☆42Updated 3 years ago
- qmix☆22Updated 4 years ago
- BranchingDQN☆50Updated 6 years ago
- demo of multi-agent reinforcement learning algorithms, such as ATT-MADDPG (Modelling the Dynamic Joint Policy of Teammates with Attention…☆54Updated 3 years ago
- ☆20Updated last year
- ☆40Updated 3 years ago
- PyTorch implementation of the discrete Soft-Actor-Critic algorithm.☆50Updated 3 years ago
- ☆15Updated 5 years ago
- ☆96Updated 3 years ago
- Implementation of the Discrete Soft Actor-Critic algorithm with RNN policy in PyTorch☆24Updated 2 years ago
- Codes for paper of 'Solving job scheduling problems in a resource preemption environment with multi-agent reinforcement learning'☆42Updated last year
- PyTorch implementation of discrete version of Soft Actor-Critic.☆34Updated 3 years ago
- Revisiting Discrete Soft Actor-Critic Accepted by Transactions on Machine Learning Research (TMLR)☆19Updated 4 months ago
- Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,D…☆94Updated 4 years ago
- Jax and Torch Multi-Agent SAC on PettingZoo API☆72Updated 4 months ago
- Implementation for mSAC methods in PyTorch