From 4a1a14a2ec8eb82a157c8999e410fb1b5eb67246 Mon Sep 17 00:00:00 2001 From: hspark1212 Date: Fri, 21 Apr 2023 08:26:12 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66050b3..ffc226a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Reinforcement Learning Framework For MOFs 🚀 ![scheme_rl-01](https://user-images.githubusercontent.com/64190846/218362539-740997c9-d198-4e0a-89e0-3277c5b45a51.jpg) -TThis repository is a reinforcement learning framework for Metal-Organic Frameworks (MOFs), designed to generate MOF structures with user-defined properties. 🔍 +This repository is a reinforcement learning framework for Metal-Organic Frameworks (MOFs), designed to generate MOF structures with user-defined properties. 🔍 The framework consists of two key components: the agent and the environment. The agent (i.e., generator) generates MOF structures by taking actions, which are then evaluated by the environment (i.e., predictor) to predict the properties of the generated MOFs. Based on the prediction, a reward is returned to the agent, which is then used to generate the next round of MOFs, continually improving the generation process.