GithubHelp home page GithubHelp logo

Comments (3)

JacopoPan avatar JacopoPan commented on July 18, 2024

Hi again @nbenave,

"episodes" are 5 seconds (in simulation clock) flights, in most aviaries in this repo. Of course that is arbitrary and application dependent. Once the episode is over, env.step() will return done=True.

The stopTrainingRewardThreshold set at 0 is an upperbound that, in the current implementation cannot be achieved (but again, that is application/implementation/reward shaping dependent as well).

W.r.t. 5 and 6, that depends on how trajectories/batches are used by each RL algorithm. You should look into the implementations of SAC, PPO, etc. in stable-baselines3.

from gym-pybullet-drones.

sunjeet-jena avatar sunjeet-jena commented on July 18, 2024

Is there a way we can increase (in simulation clock) time ? I need more samples near the goal position.

from gym-pybullet-drones.

JacopoPan avatar JacopoPan commented on July 18, 2024

Do you mean the episodes length in seconds, @sunjeet-jena?
There is attribute self.EPISODE_LEN_SEC in both BaseSingeleAgentAviary and BaseMultiagentAviary classes.

from gym-pybullet-drones.

Related Issues (20)

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.