Skip to content

yun-kwak/efficient-mcts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efficient Monte Carlo Tree Search via On-the-Fly State-Conditioned Action Abstraction

UAI'24 Oral arXiv

This repository contains the official implementation of the publication: Efficient Monte Carlo Tree Search via On-the-Fly State-Conditioned Action Abstraction, Yunhyeok Kwak, Inwoo Hwang, Dooyoung Kim, Sanghack Lee, Byoung-Tak Zhang, The 40th Conference on Uncertainty in Artificial Intelligence, 2024.

image

📦 Installation

  • Use the Docker image (recommended): yunkwak/efficient-mcts:1.0 (Docker Hub)
  • Or, install the dependencies manually. JAX should be installed separately. (Tested on Python 3.10, jax==0.4.16, haiku==0.0.10): .devcontainer/requirements.txt

🚀 Quick Start

To run the experiments, use the following commands:

python scripts/run_experiment.py

✒️ Citation

If you use this code in your research, please cite the following paper:

@inproceedings{
    kwak2024efficient,
    title={Efficient Monte Carlo Tree Search via On-the-Fly State-Conditioned Action Abstraction},
    author={Yunhyeok Kwak and Inwoo Hwang and Dooyoung Kim and Sanghack Lee and Byoung-Tak Zhang},
    booktitle={The 40th Conference on Uncertainty in Artificial Intelligence},
    year={2024},
    url={https://openreview.net/forum?id=UvDsWevxUI}
}

📖 Credits

This repository is based on the following repositories:

About

[UAI'24 Oral] Efficient Monte Carlo Tree Search via On-the-Fly State-Conditioned Action Abstraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors