Code Monkey home page Code Monkey logo

policy_transfer's People

Contributors

vincentyu68 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

policy_transfer's Issues

Hyperparameters detail

The paper mentions that the PPO was run for 500 iterations, with each iteration sampling 40,000 steps from the environment.
Does it mean that run_ppo.py has to be run with a batch size of 40000 and max_step of 2e7 ?

Walker param manager erroneous

After setting simulator parameters using set_simulator_parameter, get_simulator_parameter does not return the expected values.
This might be due to a logical error in the code in the file parameter_managers.py, class walker2dParamManager.
The set_simulator_parameter

for jid in range(7, 13):<br/>
            if jid in self.controllable_param:
                damp = x[cur_id] * (self.damping_range[1] - self.damping_range[0]) +self.damping_range[0]
                self.simulator.robot_skeleton.joints[jid - 5].set_damping_coefficient(0, damp)

updates joints[2] to joints[7]
Whereas the get_simulator_parameter

for jid in range(3, 9):
            cur_damp = self.simulator.robot_skeleton.joints[jid].damping_coefficient(0)

returns joints[3] to joints[8].

Could you please rectify this?

Also, what are the 8 controllable simulator parameters did you control to obtain the results in the paper?

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.