Dohyeong Kim

Results 10 issues of Dohyeong Kim

Hello, thank you for sharing good code. I am trying to solve a DefeatRoaches minigame by using a Relational Network. I found a example code of Transformer for MNIST classification...

enhancement

Thank you for always kindly answering. Suddenly the computer stopped when learning and tried to use the restore function to start with the learning results done so far. However, I...

bug

Hello, Currently, I am trying to implement paper 'Human-level performance in first-person multiplayer games with population-based deep reinforcement learning'. I can make a [simple 1 vs 1 CFG game](https://www.youtube.com/watch?v=88dNnX357eY) using...

Hello, I try to use a webcam in ROS of Jetbot and encounter some error like a below picture. ![jetbot_ros_error](https://user-images.githubusercontent.com/11064407/73818809-7dd61180-4831-11ea-94f9-0e2fd4579cdc.png) I try to modify code at jetbot_camera.cpp. But, it is...

#4385 I am not sure why I need to set the **num_positional_args** as 2 manually. It doesn't look the proper way.

JAX Frontend

https://github.com/unifyai/ivy/issues/4385 I need to manually set the num_positional_args argument as 2 to make them pass the test. I put the argument of the frontend function as like the [official document](https://jax.readthedocs.io/en/latest/_autosummary/jax.lax.linalg.triangular_solve.html).

JAX Frontend

https://github.com/unifyai/ivy/issues/4575 I should delete the bfloat16 type from the Torch backend to make the code pass the test. I am not sure why other backends have the same issue.

JAX Frontend

The issue is that the default of the ord argument of the **jax.numpy.linalg.norm** function is None. Another framework usually has an int-type value for that. Therefore, it looks like a...

NumPy Frontend

I got a error message like a below after sumission. ![2019-10-07](https://user-images.githubusercontent.com/11064407/66274761-dc5ba500-e8bc-11e9-82f3-14a886004949.png) I can not know what is problem at this message.

Hello, Thank you for sharing the code. It works well. I find it is too slow to send the image frame as an observation value by using the Float, Int...