Giter Club home page Giter Club logo

dl-lab-project's Introduction

dl-lab-project

Final project for the Deep Learning lab course of the University of Freiburg.

Installation notes

Download the code from​ https://github.com/florensacc/rllab-curriculum and then follow the instructions to compile the code as described in https://rllab.readthedocs.io/en/latest/.

Install OpenAI's baseline algorithms as described in https://github.com/openai/baselines. Make sure to install it in the conda environment created in the rllab installation. Also make sure that python uses the OpenAI baselines when importing baselines and not the baselines from rllab.

In baselines/baselines/ppo2/ppo2.py add the line env.set_model(model) after line 125 (for update in range(1, nupdates+1):).

To test the installation activate the conda environment (conda activate rllab_goal_rl) and execute python ../dl-lab-project/run_ppo.py --outer_iter=2 from rllab-curriculum-master/. This assumes that you have the dl-lab-project repository and the rllab-curriculum repository in the same folder. Otherwise adapt the path to get to the run_ppo.py file from within the rllab-curriculum-master folder.

An overview over the existing parameters of run_ppo.py can be listed by python ../dl-lab-project/run_ppo.py --help.

dl-lab-project's People

Contributors

amadeushovekamp avatar amadeusmaximilian avatar hanudev avatar megan-klaiber avatar rturon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.