├── Controller ├── README.md ├── controller_testing.m ├── test_1.mat ├── test_1.png ├── test_2.mat ├── test_2.png ├── test_3.mat ├── test_3.png ├── test_4.mat └── test_4.png ├── Data Processing ├── README.md ├── delay.m ├── delayed_flow.png ├── delayed_temp.png ├── delaying.m ├── normalized_flow.png ├── normalized_temp.png ├── normalizing.m ├── reduced_flow.png ├── reduced_temp.png ├── reducing.m └── reduction.m ├── Distillation Column Data ├── README.md ├── input_flow_data.mat ├── input_flow_plot.png ├── ploting_data_acquisition.m ├── temperature_data.mat └── temperature_plot.png ├── My Undergraduate Thesis - Portuguese.pdf ├── Neural Network Model ├── README.md ├── linear_regression_performance.jpg ├── mse_performance.jpg ├── neural_network_architecture.JPG ├── neural_network_error.mat ├── neural_network_model.mat ├── neural_network_output.mat ├── neural_network_output.png └── testing_neural_model.m ├── README.md ├── Reinforcement Learning ├── README.md ├── final_agent.mat ├── localResetFcn.m ├── rl_control_nnets_temperature.slx └── training_rl_agent.m ├── Reinforcement_learning_control_nnets_mod.prj └── resources └── project ├── Project.xml ├── ProjectData.type.Info.xml ├── Root.type.Categories ├── FileClassCategory.type.Category.xml └── FileClassCategory.type.Category │ ├── artifact.type.Label.xml │ ├── convenience.type.Label.xml │ ├── derived.type.Label.xml │ ├── design.type.Label.xml │ ├── none.type.Label.xml │ ├── other.type.Label.xml │ └── test.type.Label.xml ├── Root.type.Files ├── Controller.type.File.xml ├── Controller.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── controller_testing.m.type.File.xml │ ├── test_1.mat.type.File.xml │ ├── test_1.png.type.File.xml │ ├── test_2.mat.type.File.xml │ ├── test_2.png.type.File.xml │ ├── test_3.mat.type.File.xml │ ├── test_3.png.type.File.xml │ ├── test_4.mat.type.File.xml │ └── test_4.png.type.File.xml ├── Data Processing.type.File.xml ├── Data Processing.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── delay.m.type.File.xml │ ├── delayed_flow.png.type.File.xml │ ├── delayed_temp.png.type.File.xml │ ├── delaying.m.type.File.xml │ ├── normalized_flow.png.type.File.xml │ ├── normalized_temp.png.type.File.xml │ ├── normalizing.m.type.File.xml │ ├── reduced_flow.png.type.File.xml │ ├── reduced_temp.png.type.File.xml │ ├── reducing.m.type.File.xml │ └── reduction.m.type.File.xml ├── Distillation Column Data.type.File.xml ├── Distillation Column Data.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── input_flow_data.mat.type.File.xml │ ├── input_flow_plot.png.type.File.xml │ ├── ploting_data_acquisition.m.type.File.xml │ ├── temperature_data.mat.type.File.xml │ └── temperature_plot.png.type.File.xml ├── Neural Network Model.type.File.xml ├── Neural Network Model.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── linear_regression_performance.jpg.type.File.xml │ ├── mse_performance.jpg.type.File.xml │ ├── neural_network_architecture.JPG.type.File.xml │ ├── neural_network_error.mat.type.File.xml │ ├── neural_network_model.mat.type.File.xml │ ├── neural_network_output.mat.type.File.xml │ ├── neural_network_output.png.type.File.xml │ └── testing_neural_model.m.type.File.xml ├── README.md.type.File.xml ├── Reinforcement Learning.type.File.xml └── Reinforcement Learning.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── final_agent.mat.type.File.xml │ ├── localResetFcn.m.type.File.xml │ ├── rl_control_nnets_temperature.slx.type.File.xml │ └── training_rl_agent.m.type.File.xml ├── Root.type.ProjectPath ├── 523dbc39-dcfe-437f-89aa-93d577ab0fcf.type.Reference.xml ├── 6e384884-69df-4aca-bbcb-d13d18ca155b.type.Reference.xml ├── 77e66b7f-4d3b-4af6-b5aa-617f789e1562.type.Reference.xml ├── ae564a03-8c5d-47bf-ad23-0e33c5d323d2.type.Reference.xml ├── bbaa3ef9-23d7-42e8-b3c2-f542f04c3f3c.type.Reference.xml └── fe8383a9-b8ca-4f22-aef0-6597dd3db7a6.type.Reference.xml └── uuid-d1e77263-b3ba-43f3-b34d-e8dc329b7c8b.xml /Controller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/README.md -------------------------------------------------------------------------------- /Controller/controller_testing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/controller_testing.m -------------------------------------------------------------------------------- /Controller/test_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_1.mat -------------------------------------------------------------------------------- /Controller/test_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_1.png -------------------------------------------------------------------------------- /Controller/test_2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_2.mat -------------------------------------------------------------------------------- /Controller/test_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_2.png -------------------------------------------------------------------------------- /Controller/test_3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_3.mat -------------------------------------------------------------------------------- /Controller/test_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_3.png -------------------------------------------------------------------------------- /Controller/test_4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_4.mat -------------------------------------------------------------------------------- /Controller/test_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Controller/test_4.png -------------------------------------------------------------------------------- /Data Processing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/README.md -------------------------------------------------------------------------------- /Data Processing/delay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/delay.m -------------------------------------------------------------------------------- /Data Processing/delayed_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/delayed_flow.png -------------------------------------------------------------------------------- /Data Processing/delayed_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/delayed_temp.png -------------------------------------------------------------------------------- /Data Processing/delaying.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/delaying.m -------------------------------------------------------------------------------- /Data Processing/normalized_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/normalized_flow.png -------------------------------------------------------------------------------- /Data Processing/normalized_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/normalized_temp.png -------------------------------------------------------------------------------- /Data Processing/normalizing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/normalizing.m -------------------------------------------------------------------------------- /Data Processing/reduced_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/reduced_flow.png -------------------------------------------------------------------------------- /Data Processing/reduced_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/reduced_temp.png -------------------------------------------------------------------------------- /Data Processing/reducing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/reducing.m -------------------------------------------------------------------------------- /Data Processing/reduction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Data Processing/reduction.m -------------------------------------------------------------------------------- /Distillation Column Data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/README.md -------------------------------------------------------------------------------- /Distillation Column Data/input_flow_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/input_flow_data.mat -------------------------------------------------------------------------------- /Distillation Column Data/input_flow_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/input_flow_plot.png -------------------------------------------------------------------------------- /Distillation Column Data/ploting_data_acquisition.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/ploting_data_acquisition.m -------------------------------------------------------------------------------- /Distillation Column Data/temperature_data.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/temperature_data.mat -------------------------------------------------------------------------------- /Distillation Column Data/temperature_plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Distillation Column Data/temperature_plot.png -------------------------------------------------------------------------------- /My Undergraduate Thesis - Portuguese.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/My Undergraduate Thesis - Portuguese.pdf -------------------------------------------------------------------------------- /Neural Network Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/README.md -------------------------------------------------------------------------------- /Neural Network Model/linear_regression_performance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/linear_regression_performance.jpg -------------------------------------------------------------------------------- /Neural Network Model/mse_performance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/mse_performance.jpg -------------------------------------------------------------------------------- /Neural Network Model/neural_network_architecture.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/neural_network_architecture.JPG -------------------------------------------------------------------------------- /Neural Network Model/neural_network_error.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/neural_network_error.mat -------------------------------------------------------------------------------- /Neural Network Model/neural_network_model.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/neural_network_model.mat -------------------------------------------------------------------------------- /Neural Network Model/neural_network_output.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/neural_network_output.mat -------------------------------------------------------------------------------- /Neural Network Model/neural_network_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/neural_network_output.png -------------------------------------------------------------------------------- /Neural Network Model/testing_neural_model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Neural Network Model/testing_neural_model.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/README.md -------------------------------------------------------------------------------- /Reinforcement Learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement Learning/README.md -------------------------------------------------------------------------------- /Reinforcement Learning/final_agent.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement Learning/final_agent.mat -------------------------------------------------------------------------------- /Reinforcement Learning/localResetFcn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement Learning/localResetFcn.m -------------------------------------------------------------------------------- /Reinforcement Learning/rl_control_nnets_temperature.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement Learning/rl_control_nnets_temperature.slx -------------------------------------------------------------------------------- /Reinforcement Learning/training_rl_agent.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement Learning/training_rl_agent.m -------------------------------------------------------------------------------- /Reinforcement_learning_control_nnets_mod.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/Reinforcement_learning_control_nnets_mod.prj -------------------------------------------------------------------------------- /resources/project/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/ProjectData.type.Info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/ProjectData.type.Info.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Categories/FileClassCategory.type.Category.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/controller_testing.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Controller.type.File/controller_testing.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_1.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Controller.type.File/test_1.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_1.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_2.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Controller.type.File/test_2.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_2.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_3.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Controller.type.File/test_3.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_3.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_4.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Controller.type.File/test_4.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Controller.type.File/test_4.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/delay.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Data Processing.type.File/delay.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/delayed_flow.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/delayed_temp.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/delaying.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Data Processing.type.File/delaying.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/normalized_flow.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/normalized_temp.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/normalizing.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Data Processing.type.File/normalizing.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/reduced_flow.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/reduced_temp.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/reducing.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Data Processing.type.File/reducing.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Data Processing.type.File/reduction.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Data Processing.type.File/reduction.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/input_flow_data.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Distillation Column Data.type.File/input_flow_data.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/input_flow_plot.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/ploting_data_acquisition.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Distillation Column Data.type.File/ploting_data_acquisition.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/temperature_data.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Distillation Column Data.type.File/temperature_data.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Distillation Column Data.type.File/temperature_plot.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/linear_regression_performance.jpg.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/mse_performance.jpg.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_architecture.JPG.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_error.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_error.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_model.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_model.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_output.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_output.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/neural_network_output.png.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Neural Network Model.type.File/testing_neural_model.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Neural Network Model.type.File/testing_neural_model.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/README.md.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File/final_agent.mat.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Reinforcement Learning.type.File/final_agent.mat.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File/localResetFcn.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Reinforcement Learning.type.File/localResetFcn.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File/rl_control_nnets_temperature.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Reinforcement Learning.type.File/rl_control_nnets_temperature.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Reinforcement Learning.type.File/training_rl_agent.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.Files/Reinforcement Learning.type.File/training_rl_agent.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/523dbc39-dcfe-437f-89aa-93d577ab0fcf.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/6e384884-69df-4aca-bbcb-d13d18ca155b.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/77e66b7f-4d3b-4af6-b5aa-617f789e1562.type.Reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.ProjectPath/77e66b7f-4d3b-4af6-b5aa-617f789e1562.type.Reference.xml -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/ae564a03-8c5d-47bf-ad23-0e33c5d323d2.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/bbaa3ef9-23d7-42e8-b3c2-f542f04c3f3c.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/fe8383a9-b8ca-4f22-aef0-6597dd3db7a6.type.Reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulovbpo/reinforcement_learning_control_nnets_model/HEAD/resources/project/Root.type.ProjectPath/fe8383a9-b8ca-4f22-aef0-6597dd3db7a6.type.Reference.xml -------------------------------------------------------------------------------- /resources/project/uuid-d1e77263-b3ba-43f3-b34d-e8dc329b7c8b.xml: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------