nbro

Results 76 comments of nbro

@AdamGleave Porting the code to TensorFlow 2 should not take that much time, given there are already scripts that automate this process to some extent, so I think you should...

@AdamGleave Is it possible to use [`baselines`](https://github.com/openai/baselines) (rather than stable-baselines)? `baselines` apparently supports TF 2 too (see [here](https://github.com/openai/baselines/tree/tf2)). If it's not too complicated to use baselines rather stable-baselines, this may...

Indeed, it doesn't work with `tensorflow==2.3.0`. I get the error `ModuleNotFoundError: No module named 'tensorflow.contrib'` (when trying to execute `python -m evaluating_rewards.analysis.dissimilarity_heatmaps.plot_epic_heatmap`) because stable-baselines tries to import that. Is it...

After having looked more at your code, it really seems that you assumed that there are `8 * 8 * 2` states, when defining the arrays for the value functions....

@brownhead I've a correct implementation of the "delete-at" method in my implementation of the min-max heap, but it's in Python. I could fix also your code, since I can use...

I solved the problem by just uninstalling and installing again `postgresql@14` and then manually running ``` initdb --locale=C -E UTF-8 /usr/local/var/postgresql@14 ``` which should have been run automatically, according to...

@camilleislasse Thanks for the answer. However, let me note a few things - I had followed the documentation - I had created the plugin from the skeleton - I had...

My point is that I shouldn't need to use any Python package manager (pip, pipx, pip-tools, poetry, whatever) to make the VSCode extension work. We should just need maybe Python...

See https://github.com/keras-team/keras/issues/4506.