Sean Kwak
Sean Kwak
Can the following paper be considered? It suggests such possibilities.. https://arxiv.org/abs/1910.07207 The author also publicised his code. https://github.com/p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch/blob/master/agents/actor_critic_agents/SAC_Discrete.py I don't know if they are feasible.
This is awesome 👍 @DBraun
Hi @kbanoop, It looks like, your example only demonstrated how to save state (initialise without restore) without restoration part. Hence, It doesn't contain `global_step = tf.compat.v1.train.get_global_step()`. Nonetheless, I am already...
Hi @kbanoop, thank you for your kind reply. I didn't use Notebook. Everything ran as a python project on Pycharm. So, it's same as running on terminal. The following is...
Hi Simon, thank you for your reply. The dl.bintray.com seems not the official maven repo, Should it be supposed to be https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients/2.0.0 Also, I clicked the pom file and I...
Can someone please review 'satendrakumar' PR? if it's ok :)
Hi Dennis( @dnvriend ), I would like to ask you about versioning for Akka dependencies. I see that you are currently providing support for Akka version 2.5.15 Does it mean...
I have experimented with the (dnvriend)2.5.15.1 version. I got the following log message. For the (dvriend) 2.5.1.1 version, you can replace 2.5.15 to 2.5.1 in the same message. **akka.util.ManifestInfo -...
@BeatSager in the end, I used akka 2.5.15. The warning message disappeared.
@dotekien I managed to do this. It's relatively easy. You create your own docker file extending 'lambci/lambda:java8' image and the specify the following line, `'ENTRYPOINT java -Dyour.java.option -jar /var/runtime/lib/LambdaJavaRTEntry-1.0.jar'` as...