Skip to content

michel-aractingi/vizdoomEnv

Repository files navigation

vizdoomEnv

Contains Gym wrapper for VizDoom with some test scripts.

To test vizdoomEnv:

python main.py --render=True --wad longhall.wad

Make sure to have pudb which is a python debugger. A breakpoint is set after initializing the environment and a ipython notebook will open so you can observe the variables and control the environment through the env variable.

To test controlling vizdoom interactively run:

python ./test_scripts/test_vizdoom.py --mode k --wad longhall.wad 
python ./test_scripts/test_vizdoom.py --mode j --wad longhall.wad

Mode (k) for keyboard. Mode (j) for joystick. Mode (r) for random actions.

By specifiying the wad file you can choose which map to use from scenarios.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages