The CogEnv package provides standard cognitive tests as RL environments. It uses AndroidEnv to wrap Behaverse Cognitive Assessment Battery.
- Install Android Studio
- Install Android SDK
- Create an Android Virtual Device (AVD)
- Prepare the CogEnv environment as follows:
mamba env create -f environment.yml
# or to update existing one, use `mamba env update -f environment.yml`
If you use this code for your research, please cite our paper:
@article{Ansarinia2022CogEnv,
title={CogEnv: A Reinforcement Learning Environment for Cognitive Tests},
author={Morteza Ansarinia and Brice Clocher and Aurélien Defossez and Emmanuel Schmück and Pedro Cardoso-Leite},
journal={2022 Conference on Cognitive Computational Neuroscience},
city={San Francisco, CA},
doi={10.32470/CCN.2022.1198-0},
url={https://doi.org/10.32470/CCN.2022.1198-0},
year={2022}
}