turtle170 commited on
Commit
75198da
·
verified ·
1 Parent(s): 2eaf2c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  language: en
3
- license: mit
4
  library_name: jax
5
  tags:
6
  - deep-reinforcement-learning
@@ -58,7 +58,7 @@ import numpy as np
58
 
59
  # Load the 8.6KB DNA payload
60
  # Note: Use allow_pickle=True as weights are stored as a ragged object array
61
- dna = np.load("godzilla_dna_latest.npy", allow_pickle=True)
62
 
63
  # Parameter shapes:
64
  # [0] Conv2D_1 Kernel (3,3,6,24)
 
1
  ---
2
  language: en
3
+ license: apache-2.0
4
  library_name: jax
5
  tags:
6
  - deep-reinforcement-learning
 
58
 
59
  # Load the 8.6KB DNA payload
60
  # Note: Use allow_pickle=True as weights are stored as a ragged object array
61
+ dna = np.load("microDeepRL.npy", allow_pickle=True)
62
 
63
  # Parameter shapes:
64
  # [0] Conv2D_1 Kernel (3,3,6,24)