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

Fix reverse_backward_trajectories and LocalSearchSampler for continuous case #233

Merged
merged 3 commits into from
Jan 24, 2025

Conversation

hyeok9855
Copy link
Collaborator

Fix compatibility issue in reverse_backward_trajectories and LocalSearchSampler with continuous envs.

I tested Box env, and it works fine, although the performance of TB + LS is slightly worse than vanilla TB.

I've checked many times, and I believe the slightly inferior performance is not due to an implementation error but to its overexploitation behavior.

@hyeok9855 hyeok9855 added the small Small enhancement label Jan 24, 2025
@hyeok9855 hyeok9855 self-assigned this Jan 24, 2025
@hyeok9855
Copy link
Collaborator Author

Pre-commit is working on (the test takes some time on my PC...). Will be updated soon!

Copy link
Collaborator

@josephdviviano josephdviviano left a comment

Choose a reason for hiding this comment

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

lgtm! just need to fix all tests.

@hyeok9855 hyeok9855 merged commit 8b52c4a into master Jan 24, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
small Small enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants