moabitcoin / cherry-pytorch

Reinforcement Learning Tutorials & other bedtime stories in PyTorch
MIT License
11 stars 1 forks source link

Include Doom vars into DoomEnvironment #22

Closed sandhawalia closed 4 years ago

sandhawalia commented 4 years ago

Currently DoomEnvironment gets default setting from the *.cfg/*.wad files. The default rewards from the DoomGame do not account for any change to the reward based on any changes to GameVariable.

We would like the DoomEnvironment to be configurable via config yaml file to account for changes to rewards based on available GameVariable.

F.ex include GameVariable.AMMO in basic.cfg to budget weapon fire. and GameVariable.HEALTH for health_gathering.cfg to incentivise gathering of medkits

sandhawalia commented 4 years ago

Not doing since health gathering solved without GameVariable