Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 574 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 574 Bytes

Final Project for ME 231A

This repository contains the code for our final project of Prof. Francesco Borrelli's course "Experiential Advanced Control Design I" at UC Berkeley.

Installation

Install Python packages from the root directory:

pip install -r requirements.txt

Install IPOPT:

apt-get install -y -qq glpk-utils
wget -N -q "https://portal.ampl.com/dl/open/ipopt/ipopt-linux64.zip"
unzip -o -q ipopt-linux64
apt-get install -y -qq coinor-cbc