Patrick Liu

Results 5 comments of Patrick Liu

@andyzheung that means your IDE does not recognize them. However the `sys.path.append` command should take care of that. The program should be able to run with this command.

@yenchenlin For python versions below 3.5, `random.sample()` cannot take deque as argument. As @szymonk92 mentioned, use `list(D)` as a fix for python version below 3.5. I would suggest put `list(D)`...

Here is another repo with target network. https://github.com/patrick-12sigma/DRL_FlappyBird I made target network an option. You can turn it on and off and experiment to see how much it affects the...

@yuyijie1995 take a look at the post I wrote up on this topic: https://medium.com/@patrickllgc/orientation-estimation-in-monocular-3d-object-detection-f850ace91411