-
Notifications
You must be signed in to change notification settings - Fork 4
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
Spatially periodic policies #5
Comments
Hi, |
Hi, I am thinking of passing through a periodic map, e.g., sin(x) and sin(y), any better ideas ? |
Hm I thought this could be handled much easier and just linearly interpolate the most right and the most left stencils on the coarse grid to introduce periodicity in x? |
Hi @wadaniel ,
I am thinking of a property of the policy that you might have thought about before, so decided to share my thoughts with you.
I have a one action per agent policy implemented, but then realized probably my policy should also be periodic, as my spatial domain is doubly periodic.
I think this should appear in my upsampling function:
RLonKorali/experiments/flowControl_turb_code/_model/turb.py
Line 472 in 39d2113
this is what I mean:
below is an image of contour plot of forcing, but as you can see the values on left and right of the domain are not continuous, but I was expecting them to be (since my domain is periodic)
Let me know what you think
The text was updated successfully, but these errors were encountered: