Car object with its own policy #712
Unanswered
lev-smolentsev-K1
asked this question in
Q&A
Replies: 3 comments
|
In this case by agent I mean traffic vehicles. LaneChangePolicy only worked for an ego agent while in traffic_manager it throws: TypeError: act() missing 1 required positional argument: 'agent_id' for the following lines of code: |
0 replies
|
Could you provide any suggestions on how to customize the behavior of the traffic in your simulator? |
0 replies
|
For this aim, you need to customize the trafficManager and replace the original one with it. Just check more about managers in our documentation |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I wanted to try to create a car agent with its LineChange policy to change lines, during scenario
but i did not get how to span a distinct agent with its distinct policy.
Could you provide a minimal example where some agents are controlled by some "global" env policy and one or two are guided by other policy, like
and during simulation to do similar to:
All reactions