Code Monkey home page Code Monkey logo

Comments (5)

gnardin avatar gnardin commented on September 22, 2024

Hi @blmussati ,
Thank you for point this inconsistency, we need to update the documentation. We moved the RCRS (RoboCup Rescue Simulator) and the ADF (Agent Development Framework) repositories to https://github.com/roborescue organization and we did not update the documentation. We will make this update it soon.

Meanwhile, you can download all the official RoboCup Rescue Simulation repositories from https://github.com/roborescue.

Figure 5 (page 7) describes the complete ADF dircetory structure, which is formed by the rcrs-adf-core and rcrs-adf-sample. The directories you mentioned are part of the rcrs-adf-core and the source is not included in the rcrs-adf-sample.

The rcrs-adf-sample depends on the rcrs-adf-core, which is released as a compiled jar file named rcrs-adf-core.jar located under the directory $RCRS-ADF-SAMPLE/library/rescue/adf.

To run the rcrs-adf-sample implementation, you run the launch.sh script, which already includes all necessary jar files, including the rcrs-adf-core.jar in the classpath. This means that you do not necessarily need to clode the rcrs-adf-core to run and modify the rcrs-adf-sample, unless you want to know or change how the core is structured.

Please let me know if you were able to run the simulator and ADF.

Best,
@gnardin

from adf-sample-agent-java.

blmussati avatar blmussati commented on September 22, 2024

Hi @gnardin and thank you for the answer

I was able to download rcrs-server using the instructions in section 2.2, should I instead git clone the repository from https://github.com/roborescue ?
Is there any significant difference?

I have some issues:

  1. I am currently unable to run ant but this is because I am using a machine of my university and thus I have no sudo privileges.
    I get this error

Problem: failed to create task or type junitreport
Cause: the class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator was not found.

  1. For the rcrs-adf-sample I deleted the one I got from https://github.com/RCRS-ADF/sample and instead git clone the repository from https://github.com/roborescue as per your suggestion.

However now, when I try to run Sample Agents on the Simulation Server (section 3.1.2 of the manual) the agents don't connect with the simulator.
I tried
sh start.sh
sh launch.sh
sh launcher.sh
but none of these worked

Note that the server runs correctly when following instructions in 3.1.1

Yesterday I was able to run both server and adf

  1. From your instruction is not clear to me how can I edit the agents file. I want the software to run my own simulation and test reinforcement learning algorithms on the agents, but if rcrs-adf-core is all in a jar file, how can I do it? Where are located the files that I can edit and how I can connect those files once created?

Many thanks!

from adf-sample-agent-java.

gnardin avatar gnardin commented on September 22, 2024

Hi @blmussati

I was able to download rcrs-server using the instructions in section 2.2, should I instead git clone the repository from https://github.com/roborescue?
Yes, there are some differences. The version in the Github is the one we are improving. For example, just today we change the build tool used from Ant to Gradle. I am currently updating the document that you downloaded with the old instructions.

1. I am currently unable to run ant but this is because I am using a machine of my university and thus I have no sudo privileges.
We changed the build tool used to compile the code, please look at the https://github.com/roborescue/rcrs-server for instructions of how to download, build and run the simulator.

2. For the rcrs-adf-sample I deleted the one I got from https://github.com/RCRS-ADF/sample and instead git clone the repository from https://github.com/roborescue as per your suggestion.
There was a bug in the rcrs-adf-sample. I fixed it, you should be able to run it now.

3. From your instruction is not clear to me how can I edit the agents file. I want the software to run my own simulation and test reinforcement learning algorithms on the agents, but if rcrs-adf-core is all in a jar file, how can I do it? Where are located the files that I can edit and how I can connect those files once created?
The rcrs-adf-core is a framework that provides an agent architecture structured with the main modules that agents will need to perform during the simulation run. The rcrs-adf-sample is a sample implementation of all the modules using the framework. This provides beginners with a complete agent structure allowing them to put their effort on changing specific modules instead of requiring the full implementation of an agent and its tasks, which is very time consuming.

Suppose you are interested in integrating Reinforcement Learning to improve the allocation of tasks. You will not need to make changes to how agents deal with path planning, you can use the one already available at rcrs-adf-sample. But you would like to change the Target Allocator codes under the folder adf/sample/module/complex. These classes extend abstract classes from the rcrs-adf-core providing a layer of abstraction between the details of the simulator and the agent.

You can find more detailed information about the Agent Development Framework in the book chapter

Takami S., Takayanagi K., Jaishy S., Ito N., Iwata K. (2018) Design of Agent Development Framework for RoboCupRescue Simulation. In: Lee R. (eds) Computational Science/Intelligence and Applied Informatics. CSII 2017. Studies in Computational Intelligence, vol 726. Springer, Cham. DOI 10.1007/978-3-319-63618-4_14.

IMPORTANT: General questions about the use and architecture of the simulator and ADF should be directed to the email [email protected]

Please let me know if you were able to run the simulator and sample agents using the instructions in the Github pages.

Best,
@gnardin

from adf-sample-agent-java.

gnardin avatar gnardin commented on September 22, 2024

Hi @blmussati
I just finish updating the "RoboCupRescue Simulator and Agent Development Framework Manual". Please download the new version available at http://roborescue.sf.net/docs/rcrs-manual-20181012.pdf.
Best,

from adf-sample-agent-java.

gnardin avatar gnardin commented on September 22, 2024

Close due to lack of response.

from adf-sample-agent-java.

Related Issues (18)

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.