Code Monkey home page Code Monkey logo

podnet's People

Contributors

ritwikbera avatar viniciusguigo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

podnet's Issues

Modify option representation

Currently, options are represented with a two-dimensional array but one should suffice. For example, change option representation from [[1,0,0],[1,0,0]] to [1,0,0]. Gumbel softmax and everything else still applies.

Model Parallelism

Parallelize sequence encoder of PODNet with a Transformer style architecture. Create model.

Reduce observation-space

Need to post-process the observation vector to extract (x,y) position and agent orientation for the minigrid-gym environment.

Training Parallelism (Asynchronous SGD)

Add ability to leverage multiple GPUs for training by having a distributed trainig process (Similar to Hogwild, A3C etc.). Reference. Leveraging DistributedDataParallel for multiple gpus in a single node and multiple processes (each training process on a single node).

Re-visit calculation of "true_next_state"

Revisit how true_next_state was calculated and inputted in the loss function. Instead of only states, should be something similar to state[i+1] (future state, and not current).

L_BC, L_ODC, Reg = loss_function(
    next_state_pred=next_state_pred,
    true_next_state=state,
    action_pred=action_pred,
    true_action=action,
    c_t=c_t)

Set up dataloader

Need a dataloader function for PODNet V2 to load trajectory tensors (in minibatch mode) and pad and split them into segment batches to be fed into the model.

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.