From 99b7cd182f616b105de67d06a20dad23e718e6a4 Mon Sep 17 00:00:00 2001 From: Jerry Wu Date: Thu, 26 Oct 2023 02:00:45 +0800 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3e21983 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# RecSim_FlashcardLearning +## Testing +### Environments + - Python 3.10 + - tensorflow 2.14.0 + - dopamine 4.0.6 + - recsim 0.2.4 + +Note that you can just use `pip install recsim` to collect all of these dependencies, but some libraries may not work properly without these versions. + +### Execution +`python main.py`