This file has instruction for installing and running the LISR code.
Most of the installation is automatic but 2 software packages need
manual installation.


The steps are following:
1. Install virtualenv
2. Install mujoco
3. run command "sudo bash install_package.sh"

install_package.sh has all the necessary packages ready for installation

After everything is installed.

run "source bin/activate"

To run code "python train.py --config_file ./configs/discrete.json --config_id 1"

Please check the configs folder for all the configuration files. 
