Git Product home page Git Product logo

Comments (7)

drsssssss avatar drsssssss commented on August 19, 2024

Hello, Thanks for your attention.

Regarding training your 'scene environment,' we don't know what kind of problem your env is solving, so we can't provide you with a detailed answer.

However, if your env is a standard gym-style environment, like https://github.com/openai/gym/blob/master/gym/envs/mujoco/humanoid_v3.py, you just need to create a env_gym/gym_xxxx_data.py and then gym.make it as same as other gym envs. And replace the env_id parameter of example_train/main.py or example_train/dsac_mlp_humanoidconti_offserial.py with gym_xxxx. Then you can train it.

Or if your environment can be disclosed, we can assist with that as well.

from dsac-v1.

Yu-zx avatar Yu-zx commented on August 19, 2024

First of all, thank you very much for your reply. What if I create my own customized environment, such as a drone path planning scenario or a mobile robot path planning scenario, and refer to the MPE environment. How should I train through this code? to obtain correct experimental results

from dsac-v1.

drsssssss avatar drsssssss commented on August 19, 2024

If your environment can be disclosed, please send your_env.py to [email protected]. We can help you with some standardization.

In your_env.py, the model needs to be built correctly, and the STEP function, the REWARD calculation, the state space, the action space, the Done condition, etc. need to be set correctly. You can refer to ‘’https://github.com/Intelligent-Driving-Laboratory/GOPS/tree/dev/gops/env‘’ for a simple design of your env.

from dsac-v1.

Yu-zx avatar Yu-zx commented on August 19, 2024

I have contacted you by email, have you received it? Thank you again for your timely reply

from dsac-v1.

drsssssss avatar drsssssss commented on August 19, 2024

Already got your email, I looked at the repository you posted.

You firstly need to write the robot_warehouse interface call, and secondly, refer to a trajectory tracking optimal control task: https://github.com/Intelligent-Driving-Laboratory/GOPS/blob/dev/gops/env/env_ocp/pyth_mobilerobot.py
Ensure that your_env_data have the right functions for reset function, step function, work_space, action_space and observation_space, and design the right feedback, you don't need the ‘constraint’ related ones in this environment!

from dsac-v1.

Yu-zx avatar Yu-zx commented on August 19, 2024

Can you guide me on how to access the environment, or provide some specific suggestions on how to modify my task scene environment for this environment

from dsac-v1.

drsssssss avatar drsssssss commented on August 19, 2024

Please add my wechat: tip911

from dsac-v1.

Related Issues (3)

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.