jacklu333333

Results 4 issues of jacklu333333

Hi, I am using Asus Flip S UX370UAF with ArchLinux. When I tried to list available devices, there were none. However with cmd `cat /sys/bus/acpi/devices/*/path | grep "\.SPI\|\.FPNT"` I have...

Hi sir, While using FLOAM_ssl, I experience the following result, a spiral mapping. ![image](https://user-images.githubusercontent.com/24517089/105679464-d8c8b300-5f31-11eb-8e3c-49f6f4783672.png) At the beginning of the mapping, it works quite great, but after moving a certain distance,...

Hi, I am using `CategoricalDqnAgent` with multiple GPUs, this is my code block. ``` with strategy.scope(): collect_op_episode.run() experience, buffer_info = tf_agents.utils.eager_utils.get_next(iterator) train_loss = agent.train(experience) ``` and I got the following...

Hi, I am using `TFUniformReplayBuffer with `DynamicEpisodeDriver` with the former config device as GPU. However, in my `tf.profile` it shows that the following code is actually running on the CPU....