Skip to content

ATigerWang/reinforcement-learning-papers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Reinforcement Learning Papers

A list of recent papers regarding reinforcement learning. I am more interested in the research that applys reinforcement learning to game AI, so most papers listed here are focus on running experiments on games. Some of them that I have read are marked and I will arrange some notes soon.

Review

Single Agent Reinforcement Learning

Value Methods

These algorithms usually map the state to action-values and then map the action-values to the optimal action.

Policy Methods

Most of policy gradient algorithms usually need to compute the value when training, thus will be combined with value methods. And they only use policy function when test, so I classify them together as policy methods.

Multi Agent Reinforcement Learning

TODO: It's too ambiguous to categorize the papers below, so I will classify them again by another measure.

Value Methods

Policy Methods

Acknowledgement

Thanks to junhyukoh and LantaoYu. Their collection help me a lot and most information of above papers were copied from them.

About

A repository to record the papers I have read.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published