balloon-learning-environment
balloon-learning-environment copied to clipboard
Change in interpolate method
In env/balloon/acs.py
, there's a future deprecation error in scipy.interpolate.interp2d() method.
I modify it into more general interpolator, which perform exactly the same function as the previous code.