Coder Social home page Coder Social logo

o-drl's Introduction

O-DRL

Object Sensitive Deep Reinforcement Learning. Combining Object Features with Deep Reinforcement Learning methods.

This implementation of Deep Reinforcement Learning (DRL) methods are based on tensorflow and tensorpack. I used an older version of tensorpack and did some changes to fit into our project. For installing dependencies of tensorpack, please refer here.

Some baselines in OpenAI Gym

Git Configuration

Initialization

https://github.com/pkumusic/O-DRL.git

export path

export PYTHONPATH=$PYTHONPATH:path/to/O-DRL

Deploy on Mac

Dependencies of Tensorpack

  • please refer tensorpack for installation. Below is what I did in my Mac.
  • Python 2 or 3
  • Install TensorFlow >= 0.10 pip install tensorflow Please do this before installing numpy. Since sometimes numpy would have version confliction with tensorflow version.
  • Python bindings for OpenCV pip install opencv-python (This works only for CPU mode. If you're using GPU, please compile opencv with Python executable enabled. reference)
  • Installing requirements for tensorpack

Additional on deploy on our turtle Machine

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64`
export PYTHONPATH=$PYTHONPATH:`readlink -f path/to/tensorpack`
export PYTHONPATH=$PYTHONPATH:`readlink -f /usr0/home/ttian1/ml/tensorpack`

o-drl's People

Contributors

clairett avatar

Stargazers

Kevin Blin avatar John Wesley Hostetter avatar  avatar  avatar Siddharth Nayak avatar  avatar Kun Shao avatar fun_dl avatar Music Li avatar

Watchers

 avatar Music Li avatar  avatar paper2code - bot 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.