wip stackoverflow debug

This commit is contained in:
Henri Bourcereau 2025-07-28 09:22:33 +02:00
parent 3e1775428d
commit fd269b491d
5 changed files with 37 additions and 9 deletions

View file

@ -21,3 +21,10 @@ trainbot:
#python ./store/python/trainModel.py
# cargo run --bin=train_dqn # ok
cargo run --bin=train_dqn_burn
debugtrainbot:
cargo build --bin=train_dqn_burn
RUST_BACKTRACE=1 LD_LIBRARY_PATH=./target/debug ./target/debug/train_dqn_burn
profiletrainbot:
echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid
cargo build --profile profiling --bin=train_dqn_burn
LD_LIBRARY_PATH=./target/debug samply record ./target/profiling/train_dqn_burn