Update README.md
Browse files
README.md
CHANGED
|
@@ -21,27 +21,31 @@ widget:
|
|
| 21 |
score: 1.0
|
| 22 |
example_title: Java example code
|
| 23 |
|
| 24 |
-
- text:
|
| 25 |
output:
|
| 26 |
- label: Javascript
|
| 27 |
score: 1.0
|
| 28 |
example_title: Javascript example code
|
| 29 |
-
|
|
|
|
| 30 |
output:
|
| 31 |
- label: PHP
|
| 32 |
score: 1.0
|
| 33 |
example_title: PHP example code
|
|
|
|
| 34 |
- text: from stable_baselines3 import PPO if __name__ == '__main__'
|
| 35 |
output:
|
| 36 |
- label: Python
|
| 37 |
score: 1.0
|
| 38 |
example_title: Python example code
|
| 39 |
-
|
|
|
|
| 40 |
output:
|
| 41 |
- label: Ruby
|
| 42 |
score: 1.0
|
| 43 |
example_title: Ruby example code
|
| 44 |
-
|
|
|
|
| 45 |
output:
|
| 46 |
- label: C++
|
| 47 |
score: 1.0
|
|
|
|
| 21 |
score: 1.0
|
| 22 |
example_title: Java example code
|
| 23 |
|
| 24 |
+
- text: var Window = require('../math/window.js') class Agent { constructor(opt) {this.states = this.options.states}}
|
| 25 |
output:
|
| 26 |
- label: Javascript
|
| 27 |
score: 1.0
|
| 28 |
example_title: Javascript example code
|
| 29 |
+
|
| 30 |
+
- text: $x = 5; echo $x * 2;
|
| 31 |
output:
|
| 32 |
- label: PHP
|
| 33 |
score: 1.0
|
| 34 |
example_title: PHP example code
|
| 35 |
+
|
| 36 |
- text: from stable_baselines3 import PPO if __name__ == '__main__'
|
| 37 |
output:
|
| 38 |
- label: Python
|
| 39 |
score: 1.0
|
| 40 |
example_title: Python example code
|
| 41 |
+
|
| 42 |
+
- text: x = 5; y = 3; puts x + y
|
| 43 |
output:
|
| 44 |
- label: Ruby
|
| 45 |
score: 1.0
|
| 46 |
example_title: Ruby example code
|
| 47 |
+
|
| 48 |
+
- text: "#include 'dqn.h' int main(int argc, char *argv[]) { rlop::Timer timer;}"
|
| 49 |
output:
|
| 50 |
- label: C++
|
| 51 |
score: 1.0
|