Skip to content

cs4789-s21/PA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS4789 Programming Assignment 2: CartPole Control using Natural Policy Gradients

This repository contains files that may help you get started with the programming assignments 2. There are TODOs in the files utils.py, and train.py . Please refer to the docstring in these files for more details.

Usage

  • You can install in requirements.txt by running
  $ pip install -r requirements.txt

all what you need is numpy, openai gym, and sklearn

  • to generate the plot once you have completed everything, run
  $ python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages