Skip to content

Commit b691f9d

Browse files
author
Justin
committed
update README
1 parent b81b13e commit b691f9d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rank, Score & Optimize Swift Data Structures
1+
# Rank, Score & Optimize Java Objects
22

33
Improve AI is a machine learning platform for quickly implementing app optimization, personalization, and recommendations for [iOS](https://github.com/improve-ai/swift-ranker), [Android](https://github.com/improve-ai/java-ranker), and [Python](https://github.com/improve-ai/python-ranker).
44

@@ -22,14 +22,16 @@ allprojects {
2222
Add the dependency in your app/build.gradle file
2323
```gradle
2424
dependencies {
25-
implementation 'com.github.improve-ai:java-rankder:8.0.0'
25+
implementation 'com.github.improve-ai:java-ranker:8.0.0'
2626
}
2727
```
2828

2929

3030

3131
## Instructions for ChatGPT
3232

33+
Copy and paste the following into ChatGPT as the first message in a conversation. After that you can ask it to write code against the Improve APIs.
34+
3335
```java
3436
// The following is the Java API documentation for ImproveAI, which is imported with 'import ai.improve.*` . Simply respond with 'ImproveAI documentation imported':
3537

@@ -207,7 +209,7 @@ Trained with appropriate rewards, Improve AI would learn from scratch which gree
207209

208210
- [Quick Start Guide](https://improve.ai/quick-start/)
209211
- [Tracker / Trainer](https://github.com/improve-ai/tracker-trainer/)
210-
- [Reinforcement Learning](https://github.com/improve-ai/tracker-trainer/)
212+
- [Reinforcement Learning](https://improve.ai/reinforcement-learning/)
211213

212214
## Help Improve Our World
213215

0 commit comments

Comments
 (0)