Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubaramanan/cart-pole
https://github.com/rubaramanan/cart-pole
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubaramanan/cart-pole
- Owner: rubaramanan
- Created: 2023-12-07T15:12:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-15T03:41:31.000Z (11 months ago)
- Last Synced: 2024-04-20T14:22:34.936Z (7 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```