GithubHelp home page GithubHelp logo

Envs difference about gym-pybullet-drones HOT 7 CLOSED

utiasdsl avatar utiasdsl commented on July 18, 2024
Envs difference

from gym-pybullet-drones.

Comments (7)

azamkamranian avatar azamkamranian commented on July 18, 2024 1

@JacopoPan thank you for the explanation. yes, I got it.

from gym-pybullet-drones.

JacopoPan avatar JacopoPan commented on July 18, 2024

Hi @azamkamranian,

There are essentially 3 layers of implementation:

  • BaseAviary implements all is needed to simulate one or more quadcopter (but not RL interfaces)
  • Subclasses BaseSingleAgentAviary and BaseMultiagentAviary extend it with Gym-style action and observation spaces
  • Finally, subsubclasses like HoverAviary implement the task-specific methods of each Gym (reward, done, info) and other tweaks like normalization and clipping of the observation, obstacles, etc.

Did that answer your question?

from gym-pybullet-drones.

azamkamranian avatar azamkamranian commented on July 18, 2024

@JacopoPan I know there is so much work but I think a wiki really helps. not only for envs, but a little explaining about the quadcopter physics and ctrl stuff. It really helps to understand functions and ctrl methods for those who are new to drones.

from gym-pybullet-drones.

JacopoPan avatar JacopoPan commented on July 18, 2024

I am typically against over complicating documentations but I admit that this repo ballooned a bit w.r.t. to its initial README.
I'm currently working on a new repo with a couple of simple single agent control tasks that should make it easier to approach RL with a controls background and vice versa. I'll revisit this one once the other is released.

from gym-pybullet-drones.

azamkamranian avatar azamkamranian commented on July 18, 2024

That is so great. I want to use new envs for implementing RL algorithms. So, I am looking forward to the new rep too.

from gym-pybullet-drones.

xiaomaohouhou avatar xiaomaohouhou commented on July 18, 2024

gym.error.UnregisteredEnv: No registered env with id: takeoff-aviary-v0

The terminal reminds me of this error. Can you help me? Thank you!

from gym-pybullet-drones.

JacopoPan avatar JacopoPan commented on July 18, 2024

Hi @xiaomaohouhou

did you pip3 install -e . in the main folder? The registration of the environment is in gym-pybullet-drones/gym_pybullet_drones/__init__.py.

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.