BlackNoodle commited on
Commit
71414c0
1 Parent(s): 82fb51d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -48,5 +48,4 @@ custom_objects = {
48
  checkpoint = load_from_hub(repo_id, filename)
49
  model = PPO.load(checkpoint, custom_objects=custom_objects, print_system_info=True)
50
 
51
- ...
52
  ```
 
48
  checkpoint = load_from_hub(repo_id, filename)
49
  model = PPO.load(checkpoint, custom_objects=custom_objects, print_system_info=True)
50
 
 
51
  ```