rlskyjo.models.train_model_simple_rllib

Functions

load_ray(path, ppo_config)

Load a trained RLlib agent from the specified path. Call this before testing a trained agent. :param path: Path pointing to the agent's saved checkpoint (only used for RLlib agents) :param ppo_config: dict config.

manual_training_loop([timesteps_total])

train trainer and sample

prepare_train()

sample_trainer(trainer, env)

train(trainer[, max_steps])

train_ray(ppo_config[, timesteps_total])

tune_training_loop([timesteps_total])

train trainer and sample