Project Code For cs482/682 Fall 2018 @ UNR
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'
Using CMake
mkdir build && cd build
cmake ..
make
Naive Bayes spam filtering
using CMake
mkdir build && cd build
cmake ..
make
Kalman Filter, Hopper the hallway Robot
sudo chmod +x sim.py
./sim.py
Q learning and Reinforcement Learning
sudo chmod +x cart.py
sudo chmod +x car.py
./cart.py
./car.py