Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 473 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 473 Bytes

CS 238: I Heart RL!

Authors: Peyton Lee and Michelle Fu

Winter Quarter 2023

Overview

This repository contains an implementation of the American card game "Black Lady," commonly referred to as "Hearts," as well as a number of computer agents designed to simulate and perform well at playing the game. These agents employ a variety of different strategies, from baseline random actions to heuristic greedy policies to a deep Q-learning neural network approach.