Skip to content

AndreTeixeira1998/AI_for_video_games_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI_for_video_games_demo_1

This is the code for "Introduction to AI for Video Games" by Siraj Raval on Youtube

Coding Challenge - Due Date, Thursday November 23rd, 2017 at 12 PM PST

This weeks coding challenge is to use the OpenAI Gym library to build a simple value iteration algorithm for any of the available environments. Use the learning resources I've listed in the video description for more help with this. I'll announce the top 2 entries next week, post your github link in the comment section of the video! I will personally review your code. Bonus points for good documentation, Good luck!

Overview

This is the code for this video on Youtube by Siraj Raval as part of the "AI for Video Games" course. In this first video I just introduce the idea of reinforcement learning and barely introduce the phrases "policy iteration" and "value iteration". I will go way more in depth next week.

Dependencies

Usage

You can run both using python whatever_class_name.py in terminal once dependencies are installed

Credits

The credits for this code go to malzantot. I've merely created a wrapper to get people started.

About

This is the code for "Introduction to AI for Video Games" by Siraj Raval on Youtube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%