Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 867 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 867 Bytes

Rarity of Events

Code for the Rarity of Events method that rewards the agent based on the temporal rarity of events. Pre-trained models are found in the models directory.

Videos

A2C RoE in VizDoom

Packages to install

  • pytorch
  • scipy
  • sdl2
  • vizdoom
  • pickle

Training the agent

# A2C baseline
python main.py --num-processes 16 --config-path scenario/deathmatch.cfg --num-frames 75000000 --no-vis

# A2C+RoE
python main.py --num-processes 16 --config-path scenario/deathmatch.cfg --num-frames 75000000 --no-vis --roe

Running the agent

# A2C baseline
python enjoy.py --config-path scenario/deatmatch.cfg

# A2C+RoE
python enjoy.py --config-path scenario/deatmatch.cfg --roe