diff --git a/README.md b/README.md
index f6841cd7b6964fb7f726d85aac2351a611660799..c3c73fd6dcffd46a889e3dc6fb4cc5170c95e2d8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@ pip install -r requirements.txt
 The baseline is based on [monobeast](https://github.com/facebookresearch/). For successful submission, you must copy all files under the directory `baseline/` to [`neurips2022-nmmo-starter-kit/my-submission/`](https://gitlab.aicrowd.com/neural-mmo/neurips2022-nmmo-starter-kit/-/tree/main/my-submission).
 
 
-
 ## Train and evaluation
 ```bash
 cd baseline/
@@ -21,6 +20,13 @@ python plot.py
 python eval.py
 ```
 
+## Learning curve
+
+![phase1](phase1.png)
+
+![phase2](phase2.png)
+
+
 ## Implementation Details
 
 ### **Overview: RL + Script**
diff --git a/phase1.png b/phase1.png
new file mode 100755
index 0000000000000000000000000000000000000000..a4a19f0f66c83672a5327a7f1e78e005b79b62ac
Binary files /dev/null and b/phase1.png differ
diff --git a/phase2.png b/phase2.png
new file mode 100755
index 0000000000000000000000000000000000000000..00715bcb2967520932d3acc4f76cd8414277cda2
Binary files /dev/null and b/phase2.png differ