Skip to content

[WIP]Pragnay/add partner obs 3.0#361

Draft
mpragnay wants to merge 6 commits into3.0from
pragnay/add_partner_obs_3.0
Draft

[WIP]Pragnay/add partner obs 3.0#361
mpragnay wants to merge 6 commits into3.0from
pragnay/add_partner_obs_3.0

Conversation

@mpragnay
Copy link
Copy Markdown

  • Neural network takes as input only the partner observations

  • EGO POV renders also only outputs the partner observations

@mpragnay mpragnay force-pushed the pragnay/add_partner_obs_3.0 branch from 3cd4cdd to becce94 Compare March 23, 2026 01:17
; Options: 0 - Use normalized reward coefs as input to NN, 1 - Dont

; Radius (meters) within which partner agents are included in observations
partner_obs_radius = 50.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably should be 100, 50 meters is quite short

float sin_heading = sinf(ego_entity->sim_heading);

// Get all agents in sim within vision range till partner_obs array is filled
float obs_radius = (env->partner_obs_radius > 0.0f) ? env->partner_obs_radius : 50.0f;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

harcoding?

@mpragnay mpragnay force-pushed the pragnay/add_partner_obs_3.0 branch from 3f1364e to a16d07b Compare March 24, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants