Sean Kwak

Results 4 issues of Sean Kwak

Scala 2.13 version deprecation warning ### Expected behavior No Warning messages ### Actual behavior ``` [warn] /Users/.../my-project/target/scala-2.13/src_managed/main/thrift/...../thriftscala/MyScalaClass.scala:530:10: method flatMap in class IterableOnceExtensionMethods is deprecated (since 2.13.0): Use .iterator.flatMap instead or...

Hello, There is a tutorial on `Checkpointer`. https://github.com/tensorflow/agents/blob/master/docs/tutorials/10_checkpointer_policysaver_tutorial.ipynb In `Checkpointer` and `Restore checkpoint` sections, I found the following code. ``` train_checkpointer = common.Checkpointer( ckpt_dir=checkpoint_dir, max_to_keep=1, agent=agent, policy=agent.policy, replay_buffer=replay_buffer, global_step=global_step )...

Hi, I think the 2.0.0 version dependencies stated below work in SBT environment but seems not working for maven. scala-kafka-client_2.12 scala-kafka-client-akka_2.12 scala-kafka-client-testkit_2.12 I am using Maven and encountering The POM...

![img_3681](https://user-images.githubusercontent.com/2845708/53413180-3e693900-39c3-11e9-8f86-fa92dac4c348.JPG) I tried to find an example for my need on http://wgo.waltheri.net/. I didn't have a luck this time. 1. How can I have player 1 (user input) 2. How...