mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
some changes
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
END=20
|
||||
END=25
|
||||
for ((I=0;I<END;I++));
|
||||
do
|
||||
python3 main.py "$(($I * 5))" "$(( ($I + 1) * 5 ))" &
|
||||
python3 main.py "$(($I * 4))" "$(( ($I + 1) * 4 ))" &
|
||||
done
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ body {
|
||||
width:80%;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
margin-top:10px;
|
||||
margin-top:calc(30px + 4.0vh);;
|
||||
font-size:14px;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
@@ -12,14 +12,13 @@
|
||||
<text>
|
||||
AI Dungeon is an AI generated text adventure that uses deep learning to create each adventure. It uses OpenAI's new <a href="https://openai.com/blog/better-language-models/">GPT-2 model</a>, which has 117 million parameters, to generate each story block and possible action.
|
||||
|
||||
<br><br> The first couple sentences of AIDungeon and the action verbs are handcrafted, but everything else is not. Each time an option is chosen, the initial prompt, the last story block, and the last action are fed into the neural network. The resulting story and action options are then output by the model.
|
||||
<br><br> The first couple sentences of AIDungeon and the action verbs are handcrafted, but everything else is not. For each choice that is made, the initial prompt, the last story block, and the last action are fed into the neural network. The resulting story and action options are then output by the model.
|
||||
|
||||
<br><br> As you can probably tell there's still a ways to go before AI will be your group's dungeon master, but even after running hundreds of adventures it still manages to surprise me in interesting ways.
|
||||
|
||||
<br><br> In order to speed up the experience some of the first sets of stories, choices and results have been pre-generated and cached. After enough choices, however, it will start taking longer (around 20s) to generate each result.
|
||||
|
||||
<br><br> If you want to get in touch with me you can email me at nickwalton00@gmail.com.
|
||||
<br><br> As you can probably tell there's still a ways to go before AI will be your group's dungeon master, but even after running hundreds of adventures it still manages to surprise me in interesting ways. I've had a lot of fun making this and hope you enjoy it too.
|
||||
|
||||
<br><br> I hope you enjoy exploring the strange dreams of AIDungeon.
|
||||
<br><br><br> If you want to contact me about suggested improvements, comments, etc... feel free to email me about them. Nick Walton "nickwalton00@gmail.com". Also special thanks to Alan Walton and Max Robinson for their help and contributions.
|
||||
|
||||
</text>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user