# CMU.16899.HW1 **Repository Path**: jonathankuo/CMU.16899.HW1 ## Basic Information - **Project Name**: CMU.16899.HW1 - **Description**: Reinforcement Learning: Cross-Entropy and Reinforce Algorithms applied to Tetris - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The code needed to run the Tetris player is in the "Tetris" folder. The training code has been commented out, and the test code has been compiled into an executable called "run_tetris.jar", which runs our policy with the weights trained from cross-entropy. Our report is in "Tetris.pdf". Our Video is in "Tetris.avi".