Dohyeong Kim
Dohyeong Kim
I find the reason of stuck. It seems that there was a problem reading the log file. When commented line of an actor_critic.py file as follows, it confirm that it...
The unexpected error message does not occur, but when I test it using the print function, it stops at line of self.run_time = int (logs [0] .split ("") [- 1])...
@vaatsalya123 Hello, your code passes the test. However, you need to resolve the conflict for merging (: Please mention me after that.
@vaatsalya123 That is why there is a code change to the original repository. You need to resolve it or make another PR.
@LeumasA Hello, it seems like you are writing code from the little previous version. You should update the code to the latest Ivy version. Additionally, the average function needs to...
@ddzhulaii Hello, thank you for your opinion. I also start to think about the way to implement the ufunc.
@Abdulhaffiz-Umar Hello, it seems like you need to generate the value for the init argument for the Jax scan from the test function.
@devsugun Hello, you should add the solve function under https://github.com/unifyai/ivy/blob/master/ivy/functional/frontends/jax/numpy/linalg.py. Additionally, follow the form of other functions.
@ndurumo254 Hello, you need to write the test function also. Check the [link](https://github.com/unifyai/ivy/blob/master/ivy_tests/test_ivy/test_frontends/test_jax/test_jax_lax_linalg.py) for example.
@ndurumo254 Thank you for adding the test code. However, you should add code to only one part of the Jax frontend. What was your issue when opening this PR? Was...