Closed Bac0nEater closed 1 year ago
Example of how to pass model file path to the util
actor_file_path = pathlib.Path(ACTOR_PATH).resolve() critic_file_path = pathlib.Path(CRITIC_PATH).resolve() network_factory_args["actor_file_path"] = actor_file_path network_factory_args["critic_file_path"] = critic_file_path
Example of how to pass model file path to the util