Kristian Hartikainen

Results 49 comments of Kristian Hartikainen

This is interesting. I've actually never seen the `KMP_AFFINITY` message before. It doesn't explicitly say that it's erroring. Pasting the full log could be useful. What kind of cluster are...

Hey @YuxuanSong, thanks for bringing this up! The SQL implementation in this repo was migrated from https://github.com/haarnoja/softqlearning and I have actually not tested it thoroughly. I'll try to take a...

Hey @kapsl, sorry for the delayed response. I tried replicating this issue but I'm able to resume trials on my end. Here's what I run: ``` softlearning launch_example_debug examples.development \...

Looks good. Could you add the training curves for at least the swimmer here for future reference?

Hey @jendelel, thanks a lot for opening this! Definitely a bug on my end. I'm also aware of the current limitations of the goal-conditioned setting in the repo right now....

Thanks for the question! We don't currently have the data available for download publicly, but I'm planning to add some baseline results together with run scripts to reproduce those to...

Good question! Here's how you can currently get the summaries of the keras models: ``` ipdb> policy.shift_and_scale_model.summary() Model: "model" _________________________________________________________________ Layer (type) Output Shape Param # ================================================================= observations (InputLayer) [(None,...

Hmm, I must have broken this in the latest PRs. I'll look into this as soon as I find some extra time. Thanks for reporting this! Should probably also write...

What's the exact command that you're running on restore? Can you try adding `/` to the end of the restore string like `--restore=".../"`. I think omitting the `/` might cause...

Can you paste the error you're seeing here? It might help me figure out what the problem is.