An open API service indexing awesome lists of open source software.

https://github.com/meetps/cs-747

Assignment codes for CS747 Intelligent and Learning Agents
https://github.com/meetps/cs-747

learning-agents markov-decision-processes reinforcement-learning sarsa

Last synced: about 1 month ago
JSON representation

Assignment codes for CS747 Intelligent and Learning Agents

Awesome Lists containing this project

README

        

# CS-747 Intelligent and Learning Agents

## Assignments

### Assignment 1

* Multi-arm Bandits problem using Thompson Sampling

### Assignment 2

* Markov Decision Process Planning
* Value Iteration
* Policy Iteration

### Assignment 3

* SARSA Lambda
* Trace accumulation
* Trace replacement