Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
license:
|
| 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("
|
| 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)
|