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

[Question] Use of parameter input_data in function step_once defined in sim_mgr #14

Closed
MaximilienLC opened this issue Feb 24, 2022 · 2 comments
Assignees

Comments

@MaximilienLC
Copy link
Contributor

MaximilienLC commented Feb 24, 2022

Hi, I was wondering about the use of parameter input_data in the step_once function as it does not appear to be getting used.

def step_once(carry, input_data, task):

@lerrytang lerrytang self-assigned this Feb 28, 2022
@lerrytang
Copy link
Contributor

It is a dummy placeholder in this case.
This is required by the func signature when using jax.lax.scan, you can see more from this page.

@MaximilienLC
Copy link
Contributor Author

Thanks!

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

No branches or pull requests

2 participants