Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rubaramanan/cart-pole


https://github.com/rubaramanan/cart-pole

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# CART POLE Reinforce Agent

### Requirements
* Linux
* Python 3.10

### Steps

1. Clone Repo
```bash
git clone https://github.com/rubaramanan/cart-pole.git
cd cart-pole
```
2. Create Python environment
```bash
python3 -m venv venv
source venv/bin/activate
```
3. Install required libraries
```bash
pip install --upgrade pip
pip install -r requirements.txt
```

4. Execute the script
```bash
python3 main.py
```