Codes used for Affect-driven Robot Behavior Learning System using EEG Signals for Less Negative Feelings and More Positive Outcomes, IROS 2022.
Run codes as following order: Let participant's name as ABC, experiment's date as YYMMDD, desired starting time of the code as YYYY-MM-DD/hh:mm:ss, and number of IAPS photos as nn.
- cd EEG
- python Exp_IAP.py -s ABC -d YYMMDD -t YYYY-MM-DD/hh:mm:ss -n nn
- python Parsing_IAP.py -s ABC -d YYMMDD
- python Online_RDA.py -s ABC -d YYMMDD -m Train
- python Online_parsing.py -s ABC -d YYMMDD -m Train
- conda activate Google
- python Online_Google.py -s ABC -d 210223
- cd ../Robot
- python robot_action.py
- cd EEG
- python Online_RDA.py -s ABC -d 210223 -m Test
- python Online_parsing.py -s ABC -d 210223 -m Test
- conda activate AffectRobot
- python Online_main.py -s ABC -d 210223
- cd ../Robot
- python main.py
The collected data are Server\Data\곽지호\연구\2021 IROS\Data
Conda environments are in envs directory.