DecisionTransformerInterpretability
DecisionTransformerInterpretability copied to clipboard
Update ppo checkpoints code to upload each checkpoint in real time rather than all at the end of the workflow
Currently store_model_checkpoint
will add files to be uploaded to wandb to an artifact which is uploaded at the end of the ppo training cycle. It would be better if these we each uploaded as soon as they were created in case instances fail.