Emrul
Emrul
I have ktor server with cio working as a native image - I posted this YT issue https://youtrack.jetbrains.com/issue/KTOR-965
Hi @taowen thanks for the speedy response. Today is the first time I've played with annotation processing in Kotlin or Java and the first time I've had to use JSONIter's...
Same page also states: " schema.isPropertyReference(String name) - true if the schema for the indicated property is specified by a reference. schema.getPropertyReference(String name) - retrieve the Reference object for the...
I didn't bump into this one - maybe because I am returning a python list instead of a numpy one in my `action_masks` function?
I have the same issue - my custom env contains thousands of real-world episodes and my env constructor has a start_ and end_ episode to sample from on `reset()` but...
This looks very cool! We've done something similar using plv8 functions to parse the graphql query into a SQL statement. Things work well but nested JSON is what we're looking...
Honestly this is so cool. There are so many DQN variants and extensions I don't know how you keep up or even choose which to implement!
@qgallouedec Thank you for adding this. I wanted to report that for me it works well and I was able to adapt it to implement the paper [Self-Imitation Advantage Learning...
Thanks @qgallouedec - I didn't know there's a reproduction issue, I will look into this also - I compared your implementation with the Dopamine one and the Medipexel/pytorch port of...
@ianhill60 @gzerveas - just dropping in to say thanks for this issue. I have a similar dataset (sparse binary) and the (early) results are promising. I am doing this as...