Skip to content

Commit

Permalink
Merge pull request #223 from edbeeching/Ivan-267-update-faq
Browse files Browse the repository at this point in the history
Updates readme FAQ
  • Loading branch information
Ivan-267 authored Jan 22, 2025
2 parents d8d0b64 + 4824db3 commit f5d12cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,11 @@ If the README and docs here not provide enough information, reach out to us on [

We are inspired by the the Unity ML agents toolkit and we aim to provide a more compact, concise and hackable codebase, with little abstraction.

### The environment appears to periodicallly freeze during training, why does it happen?

With the default SB3 training script, it's normal for the Godot env to periodically freeze while the model is updating.
Once the model is trained, if you save and/or export it to onnx, you can run inference from the trained model, which will run faster.

# License

Godot RL Agents is MIT licensed. See the [LICENSE file](https://www.notion.so/huggingface2/LICENSE) for details.
Expand Down

0 comments on commit f5d12cc

Please sign in to comment.