Git Product home page Git Product logo

deep-rl-torch's People

Contributors

notnanton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

subhash-pal

deep-rl-torch's Issues

SPG: Aigar env created: Learn to deal with it (I.)

Add option to have initial CNN layers in every network. This option should be applicable first to the grid representation, then to the pixels.

These layers should be mostly for goal-oriented feature extraction, hence all networks (Q, V, actor) should share them.

BS: Finish hyperparameter interaction procedure

I started to write a function that does checks for each hyperparameter how different algorithms react to it. If the performance of one algorithm changes differently from the performance of another algorithm while varying a hyperparameter, then this hyperparameter needs to be tuned separately for each algorithm.

SPG: Enable Q-Learning to learn and operate in continuous action space

At the moment the Q-learning train and act code still assumes that actions are simply scalar indexes. This needs to be generalized to the case of multiple continuous actions.

To do so a generalization of the whole training approach might be helpful. To achieve this, draw a scheme of the current behavior, a refined version of this, and possible changes that need to be introduced to deal with continuous action spaces (and that needs to be able to be extended to the use of conv. nets).

Put as much code into reusable functions, such as: trainNetwork(network, optimizer, loss) or more general as in trainQnet(Qnet, targetQnet, states, actions, ...)

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.