Skip to content

ThorKampOpstrup/Project-in-Artificial-Intelligence-gym-challenge-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-in-Artificial-Intelligence (gym-challenge)

This project is an attempt to complete the Bipedal Walker gym challenge by modifying PPO and TRPO with Re3 and Ornstein-Uhlenbeck action noise. The repository is a part of the course Project in Artificial Intelligence at the University of Southern Denmark(SDU). This git is suplementary to the report and contains the code used to generate the plots in the report. The report can be read in Report.pdf, enjoy!

image

plotter/plots/plot_1.png

Getting Started

Make sure to have python >=3.10.12 installed and:

pip install -r requirements.txt

It is recommended to use a virtual environment or wrapper such as conda.

Insert files from SB3_modified_files into your corresponding SB3 installation.

Achievements

PPO TRPO PPO+OU TRPO+OU PPO+Re3 TRPO+Re3 PPO+OU+Re3 TRPO+OU+Re3
Runs 20 20 5 5 5 5 20 20
Hyper-parameters σ = 0.05, θ = 1 best(σ=0.5) mean(σ=0.02) θ=1 k=200 best(k=500) mean(k=1000) k=200, σ=0.02, θ=1 K=1000, σ=0.02, θ=5
Lowest/best 58 58 102 57 76 60 77 60
Mean 113.39 84.60 124.8 77.2 111.4 74.6 116.5 87.25

Study plot in on plotter/plots/README.md for more details.

File and Folder Content Description

Report

Python Scripts

  • main.py:
    • The primary script to run configurations with different hyperparameters.
  • run*.py:
    • Test scripts in Python for experimenting with various parameter configurations.
  • log_extractor.py:
    • A Python script designed to extract .csv files from the logs directory.

SB3 modified files

  • ppo.py:
    • Modified PPO file with the addition of support Ornstein-Uhlenbeck action noise
  • trpo.py:
    • Modified TRPO file with the addition of support Ornstein-Uhlenbeck action noise
  • on_policy_algorithm.py:
    • Modified on_policy_algorithm file with the addition of support for Ornstein-Uhlenbeck action noise.

Data Directories

  • data/:
    • This directory holds the data outputs from all runs.
  • data_cpy/:
    • Contains both the data from all runs and the extracted .csv files from the logs.

Plotter Scripts and Outputs

  • plotter/:
    • Houses MATLAB scripts for generating plots.
  • plotter/plots/:
    • This is where all the generated plots are located.

Additional Documentation

Authors

  • Benjamin Birk Longet
  • Thor Kamp Opstrup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published