Skip to content
/ GMSA Public

This project contains supplementary materials for our accepted paper "On Convergence Rate of Adaptive Multiscale Value Function Approximation for Reinforcement Learning" 2019 IEEE MLSP.

Notifications You must be signed in to change notification settings

TaoLi-NYU/GMSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GMSA(Generalized Multi-Scale Approximation)

This project contains supplementary materials for our accepted paper

Tao Li and Quanyan Zhu, On Convergence Rate of Adaptive Multiscale Value Function Approximation for Reinforcement Learning

2019 IEEE MLSP, Pittsburgh, PA, US.

Full Version Preprint

The skpipped proofs in the conference paper can be found in our preprint provided here, which later will also be available on arXiv.

Implementation

To implement our GMSA, please make sure that the followings are available

Requirements

  • Python 3.6
  • Pytorch
  • CUDA 7.5 (GPUs)
  • OpenAI gym (testbed)
  • wavelet packages
    In our experiment, only haar wavelets are involved hence no extra package is needed becasue of its simple structures. However, if more complicated basis functions come in, some wavelet packages are probably necessary (of course you can also devise the wavelets basis yourself)

A Tutorial

Udacity offers an example of classical tile coding, which is helpful for understanding the mechannism behind learning with adaptive basis.

GMSA

The code will be available after we complete the modification according to the feedback from the workshop participants.

About

This project contains supplementary materials for our accepted paper "On Convergence Rate of Adaptive Multiscale Value Function Approximation for Reinforcement Learning" 2019 IEEE MLSP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published