Temporally Layered Architecture
Collection
Models for the Temporally Layered Architecture
•
8 items
•
Updated
•
1
These are 10 trained models over seeds (0-9) of Temporally Layered Architecture (TLA) agent playing InvertedPendulum-v2.
Repository: https://github.com/dee0512/Temporally-Layered-Architecture
Paper: https://doi.org/10.1162/neco_a_01718
Arxiv: arxiv.org/abs/2305.18701
Using the repository:
python main.py --env_name <environment> --seed <seed>
Download the models folder and place it in the same directory as the cloned repository. Using the repository:
python eval.py --env_name <environment>
mean_reward: Mean reward over 10 seeds
action_repeititon: percentage of actions that are equal to the previous action
mean_decisions: Number of decisions required (neural network/model forward pass)
The paper can be cited with the following bibtex entry:
@article{10.1162/neco_a_01718,
author = {Patel, Devdhar and Sejnowski, Terrence and Siegelmann, Hava},
title = "{Optimizing Attention and Cognitive Control Costs Using Temporally Layered Architectures}",
journal = {Neural Computation},
pages = {1-30},
year = {2024},
month = {10},
issn = {0899-7667},
doi = {10.1162/neco_a_01718},
url = {https://doi.org/10.1162/neco\_a\_01718},
eprint = {https://direct.mit.edu/neco/article-pdf/doi/10.1162/neco\_a\_01718/2474695/neco\_a\_01718.pdf},
}
Patel, D., Sejnowski, T., & Siegelmann, H. (2024). Optimizing Attention and Cognitive Control Costs Using Temporally Layered Architectures. Neural Computation, 1-30.