Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple instances of an environment #85

Open
koriavinash1 opened this issue Feb 27, 2019 · 2 comments
Open

Multiple instances of an environment #85

koriavinash1 opened this issue Feb 27, 2019 · 2 comments

Comments

@koriavinash1
Copy link

Is there any method to create multiple instances of an environment?
(Each agent interacting with different set of ROS topics specific to particular instance)

@Winter-Guerra
Copy link
Contributor

Hi @koriavinash1,

The latest v2.0.4-b1 beta build for the FlightGoggles renderer includes CLI args for specifying connection port numbers for the ROS bridge connection. Theoretically, one could spawn multiple instances of the FlightGoggles renderer and ROS bridge in multiple namespaces for conducting multiple experiments at the same time.

However, the ROS bridge currently does not take in ROS params or CLI args for setting the input and output connection ports. You could try implementing this yourself, but this feature is currently unsupported.

Best,
-Winter

@koriavinash1
Copy link
Author

Can we change ports in launch files directly?
This feature would be helpful, for training A3C agents ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants