15 skills found
deligentfool / Dqn ZooThe implement of all kinds of dqn reinforcement learning with Pytorch
HanGuo97 / Soft Q Learning For Text GenerationNo description available
gouxiangchen / Soft Q Learningdiscrete soft Q learning(SQL) and soft Q imitation learning(SQIL) implementation in pytorch, simple!
ChienFeng-hub / Meow[NeurIPS 2024] Maximum Entropy Reinforcement Learning via Energy-Based Normalizing Flow
ycz0512 / SoftQLearning4SpaceRobotsImplementation of Soft Q-learning for Training Space Robots to Capture Targets
LihaoR / Entropy Regularized RLsoft q learning and soft actor critic
ChunyuanLI / RASAISTATS 2019: Reference-based Adversarial Sampling & Its applications to Soft Q-learning
ian0 / Donkeycar RlTeaching the Donkey car to drive a track in the simulator using State Representation Learning and different Reinforcement Learning Algorithms including Deep Q-Network, Soft Actor-Critic and Proximal Policy Optimization Algorithms.
lcalem / Reproduction Soft Qlearning Mutual InformationReproduction of the paper "Soft Q-Learning with Mutual Information Regularization" CoRL 2019.
mokeddembillel / Amortized SVGD GANLearning to draw samples: with application to amortized maximum likelihood estimator for generative adversarial learning
edmundmills / Basalt CompetitionSecond place submission in the 2021 MineRL BASALT competition: training Minecraft agents on hard to specify tasks from demonstration, using Inverse soft-Q Learning for Imitation.
jmdudek / DRL For SuperMarioBrosInvestigating Transfer Learning in Modern Deep Reinforcement Learning Architectures
frietz58 / PsqdSource code for paper "Prioritized Soft Q-Decomposition for Lexicographic Reinforcement Learning"
Bigpig4396 / PyTorch Soft Q LearningNo description available
zhanpenghe / SoftQLearningImplementation of Soft QLearning Algorithm