GitXplorerGitXplorer
d

ViZDoom-OutOfTheBox

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dedc547b46a2326e5265723a46f7d783b20da687

ViZDoom starter project for Windows users with Microsoft Visual Studio (2015).

ddavidalbertonogueira committed 8 years ago

README

The README file for this repository.

#ViZDoom-OutOfTheBox https://github.com/Marqt/ViZDoom http://vizdoom.cs.put.edu.pl


This is a ViZDoom starter project for Windows users with Microsoft Visual Studio (2015).

Everything works out of the box.


ViZDoom allows developing AI bots that play Doom using only the visual information (the screen buffer). It is primarily intended for research in machine visual learning, and deep reinforcement learning, in particular.

ViZDoom is based on ZDoom to provide the game mechanics.

ViZDoom API is reinforcement learning friendly (suitable also for learning from demonstration, apprenticeship learning or apprenticeship via inverse reinforcement learning, etc.).


##License

Code original to ViZDoom is under MIT license. ZDoom uses code from several sources which varied licensing schemes, more informations here.