Skip to content

Commit

Permalink
add torcs - car racing simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
leomaurodesenv committed Jul 16, 2019
1 parent 2b5cb2e commit 70da97a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# :video_game: Awesome Game Datasets [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)

In computer science, Artificial Intelligence (AI) is intelligence demonstrated by machines. Its definition, AI research as the study of "intelligent agents": any device that perceives its environment and takes actions that achieving its goals. _Russell et. al (2016)_
In computer science, Artificial Intelligence (AI) is intelligence demonstrated by machines. Its definition, AI research as the study of "intelligent agents": any device that perceives its environment and takes actions that achieving its goals _Russell et. al (2016)_.

Withal, Data Mining (DM) is the process of discovering patterns in data sets (or datasets) involving methods of machine learning, statistics, and database systems; DM focus on extract the information of datasets. _Han (2011)_
Withal, Data Mining (DM) is the process of discovering patterns in data sets (or datasets) involving methods of machine learning, statistics, and database systems; DM focus on extract the information of datasets _Han (2011)_.

This repository serves as a guide for anyone who wants to work with **Artificial Intelligence** or **Data Mining** applied in digital games! Here you will find a series of datasets, tools and materials available to build your _application_ or _dataset_.

Expand All @@ -13,6 +13,9 @@ Han, J., Pei, J., Kamber, M. (2011). _Data mining: concepts and techniques_. Els

Russell, S. J., Norvig, P. (2016). _Artificial intelligence: a modern approach_. Malaysia; Pearson Education Limited.

Yannakakis, G. N., Togelius, J. (2018). _Artificial Intelligence and Games_. Springer.


**Contributing**

Any suggestions or doubts, please open an "issue". If you want to contribute, read [this](CONTRIBUTING.md) and make a "pull request".
Expand Down Expand Up @@ -85,6 +88,7 @@ API is _"a set of functions and procedures allowing the creation of applications
- [StarCraft AI Competition](https://sites.google.com/site/starcraftaic/) - StarCraft game competition.
- [Text-Based Adventure AI Competition](https://github.com/Atkrye/IEEE-CIG-Text-Adventurer-Competition) - Text-adventure game competition. [Website](http://atkrye.github.io/IEEE-CIG-Text-Adventurer-Competition/).
- [The Genius](http://thegenius.sourceforge.net/) - Chess engine.
- [The Open Racing Car Simulator](http://torcs.sourceforge.net/) - Car racing simulator.
- [Vindinium](https://github.com/leomaurodesenv/vindinium) - Multi-player turn based on roguelike competition. [Documentation](https://pythonhosted.org/vindinium/).
- [Visual Doom AI Competition](https://github.com/mwydmuch/ViZDoom) - Doom game competition. [Website](http://vizdoom.cs.put.edu.pl/).

Expand Down

0 comments on commit 70da97a

Please sign in to comment.