Skip to content

A centralized repository for all my paper implementations.

Notifications You must be signed in to change notification settings

seungjaeryanlee/implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Implementations

Welcome to my centralized repository for all my paper implementations! Every implementation is in its own repository, but they are included as submodules here for easy access.

To maximize clarity and reproducibility, we make use of various resources:

  • Code Style: black flake8 flake8-bugbears isort pre-commit
  • Documentation: flake8-docstring typing
  • Customization: configargparse
  • Unit Tests: pytest travis-ci
  • Visualization: tensorboard wandb

For more details, check this template repository or any implementation.

Setup

If you wish to download all implementations, clone this repository and update all submodules.

git clone https://github.com/seungjaeryanlee/implementations.git
git submodule update --init --recursive

Note that every submodule has HEAD detached, so if you wish to modify code and push it to GitHub, you first need to checkout to master.

cd template/  # For example
git checkout master

Finished Implementations ⌛

  1. [NFQ] Neural Fitted Q Iteration - First Experiences with a Data Efficient Neural Reinforcement Learning Method

Ongoing Implementations ⏳

Planned Implementations 🔜

About

A centralized repository for all my paper implementations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published