Ivan-267

Results 38 comments of Ivan-267

For reference: https://stable-baselines3.readthedocs.io/en/master/common/logger.html#logger > Available formats are ["stdout", "csv", "log", "tensorboard", "json"] Some of those formats might be useful for this, e.g. csv or json.

Hello, I know that these are FAQ suggestions but I'll add some information here. "Does this library supports C#?" The library uses C# for onnx inference (and mono version of...

Hello, I've only taken a quick look at the handbook and the code for now, but I wonder if this might be desired behavior, because we do need to reset...

Hello, thank you for reporting this. I'm on Windows 10, 64 bit, and I just tried the following steps and the environment worked for me: - I downloaded the examples...

Some of the examples are made or exported with Godot 4.2 so it might be useful to have it if possible, and while not all of the examples use Blender...

On a related note, sb3 export guide has been updated to include preprocessing, so perhaps it is easier now to export the model with it as well, will check at...

@LorinczAdrien I've made a quick test and it seems to work, I only ran into an error with running the onnx inference, but the provided solution in the review fixed...

> Could you please specify which error you had when `onnx_model` was a `Node` instead of a `Resource`? I've tested with both, and they work in my project (I'm using...

> Another thing @Ivan-267, I've seen that in the environments you set up the player is made to have 'Editable Children', from what I've seen you are not using any...

@LorinczAdrien As far as I'm concerned, you can feel free to merge this. When we have the docs done, we can do a final review and make any changes if...