Skip to content

yashchandak/SAS_RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning When All Actions are Not Always Available

This project contains code for the paper titled "Reinforcement Learning When All Actions are Not Always Available" that appeared at the Thirty-fourth Conference on Artificial Intelligence (AAAI 2020).

Pdf: https://arxiv.org/abs/1906.01772

Installation

This code is written in Python 3.6

How to run

Environment This folder contains the maze environment used in the paper.

Src This folder contains the code for the proposed and baseline algorithms.

To run the code:

Src/SAS_parser.py First set the desired hyper-parameters in this file.

Src/run_SAS.py After that execute this file.

Note: You might need to appropriately set the root of your project for the import commands to work.

Bibliography

@inproceedings{chandak2020reinforcement,
  title={Reinforcement Learning When All Actions Are Not Always Available.},
  author={Chandak, Yash and Theocharous, Georgios and Metevier, Blossom and Thomas, Philip S},
  booktitle={AAAI},
  pages={3381--3388},
  year={2020}
}
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages