Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Latest commit

 

History

59 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

cs482-fall2018

Project Code For cs482/682 Fall 2018 @ UNR

project 0

Create a tic-tac-toe move-maker program. I've given you some skeleton file I/O code that you can use and the spec for some functions that you have to fill in. Make those functions work, and you should get an 'A'

to compile

Using CMake

mkdir build && cd build
cmake ..
make

Project 1

Naive Bayes spam filtering

to compile

using CMake

mkdir build && cd build
cmake ..
make

project2

Kalman Filter, Hopper the hallway Robot

to run

sudo chmod +x sim.py
./sim.py

project 3

Q learning and Reinforcement Learning

to run

sudo chmod +x cart.py
sudo chmod +x car.py
./cart.py
./car.py

About

AI Course at UNR

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages