GithubHelp home page GithubHelp logo

Comments (2)

akmandor avatar akmandor commented on June 9, 2024

Hi @AbelSyx! First of all, thank you for your interest in our work.

To check if there is something broken in the current implementation, I created a new catkin workspace on my computer (Ubuntu 20.04, ROS Noetic) and installed all required packages by following the MANUAL_INSTALLATION. I tested both heuristic navigation (which is default) and drl training. Both of them are working on my side!

To run the drl training from the default configuration, you need to update the configuration file in config_tentabot_server_turtlebot3.yaml and set these values:

  • drl_service_flag: true
  • mode: "training"
  • initial_training_path: "" (Don't forget to comment the one has the training data!)

Since you pointed out, let me also provide the version information of some important Python packages that I tested:

  • gym: 0.21.0
  • stable_baselines3: 1.6.2
  • squaternion: 0.3.4

I think you also asked about the trajectory data. It is under the dataset/trajectory_sampling folder. You can set its location as trajectory_data_path: "dataset/trajectory_sampling/turtlebot3/20220323_142544/" in the config_tentabot_server_turtlebot3 configuration file. If it is not set, then the program creates it automatically, based on the user-defined "## Trajectory Sampling Parameters".

from tentabot.

AbelSyx avatar AbelSyx commented on June 9, 2024

Thank you for your reply. I have solved this problem. I found that this problem was caused by setting the name of task_and_robot_environment_name incorrectly. Now I'm adding lidar and realsense models to our robot model in gazebo to generate trajectory and train. Thank you again!

from tentabot.

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.