value-based

There are 5 repositories under value-based topic.

  • AhmedMourad0/no-copy

    A Kotlin compiler plugin that removes the `copy` method of data classes.

    Language:Kotlin154354
  • RayYoh/BasicRL

    BasicRL: easy and fundamental codes for deep reinforcement learning。It is an improvement on rainbow-is-all-you-need and OpenAI Spinning Up.

    Language:Python13210
  • Kalyani011/RL-Q_Learning_Implementation

    Temporal Difference Method - Q-Learning Implementation for FrozenLake Grid Problem

    Language:Jupyter Notebook1100
  • MWeltevrede/PPO

    Implementation of a multiprocessing Proximal Policy Optimization (PPO) algorithm on the BidepalWalker OpenAI Gym environment.

    Language:Python10
  • MWeltevrede/DQN

    Implements a Double Dueling Deep Q-Network (DQN) in PyTorch

    Language:Python00