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

simplify the existing environments by using the default processes of sb3 #13

Open
ll7 opened this issue Mar 7, 2024 · 2 comments · Fixed by #15
Open

simplify the existing environments by using the default processes of sb3 #13

ll7 opened this issue Mar 7, 2024 · 2 comments · Fixed by #15

Comments

@ll7
Copy link
Owner

ll7 commented Mar 7, 2024

Use the insights of https://github.com/ll7/understanding_deep_RL/blob/66a5e6943e4fd7466ad3d7638ae951c10cb8dcc2/wandb_tests/wandb_car_racing_sweep.py#L151-L181 to simplify

def fused_sensor_space(
timesteps: int,
robot_obs: spaces.Box,
target_obs: spaces.Box,
lidar_obs: spaces.Box
) -> Tuple[spaces.Dict, spaces.Dict]:

This could help to fix some of the issues in #12 and #11

@ll7
Copy link
Owner Author

ll7 commented Mar 8, 2024

https://gymnasium.farama.org/ as starting point.

https://gymnasium.farama.org/api/env/ as explicit draft.

@ll7
Copy link
Owner Author

ll7 commented Mar 8, 2024

@ll7 ll7 closed this as completed in #15 Mar 25, 2024
@ll7 ll7 reopened this Mar 25, 2024
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 a pull request may close this issue.

1 participant