Reinforcement learning framework and algorithms implemented in PyTorch.
Principalele funcționalități ale vitchyr/rlkit sunt: Offline RL Implementations.
Alternativele open-source pentru vitchyr/rlkit includ: aviralkumar2907/bear — Update (07/17): We have released a cleaner implementation of BEAR on top of rlkit at:… aviralkumar2907/cql — Code for Conservative Q-Learning for Offline Reinforcement Learning (https://arxiv.org/abs/2006.04779). avisingh599/cog — This repository accompanies the following paper:. danieltakeshi/dcur — This is the code used for the paper:. eladsar/rbi — Implementation of distributed RL algorithms:. albertwilcox/mcac — Author implementation of 'Monte Carlo Augmented Actor-Critic for Sparse Reward Deep Reinforcement Learning from…
Update (07/17): We have released a cleaner implementation of BEAR on top of rlkit at: https://github.com/rail-berkeley/d4rl_evaluations, which goes with the latest version of the D4RL paper. We would encourage all users to use this new implementation as compared to this repo. We made…
Code for Conservative Q-Learning for Offline Reinforcement Learning (https://arxiv.org/abs/2006.04779)
Author implementation of 'Monte Carlo Augmented Actor-Critic for Sparse Reward Deep Reinforcement Learning from Suboptimal Demonstrations'