edbeeching / godot_rl_agents

An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
MIT License
942 stars 69 forks source link

Feat(rllib): added possibility to set the experiment name #82

Closed visuallization closed 1 year ago

visuallization commented 1 year ago

Set the experiment name with --experiment_name=nameOfYourExperiment

gdrl --trainer=rllib --env=gdrl --env_path=~/platformer.x86_64 --config_file=~/ppo_config_platformer.yaml --experiment_name=platformer00

I initially wanted to use just the parameter --experiment to make it more consistent with sf but unfortunatley experiment then won't work in samplefactory anymore. Any idea how to solve this quickly?

This is how it looks in tensorboard: grafik