Skip to content

Implementation of Robotic Arm Control from RNN and use of NARX with Evolutionary Algorithms for identification, for the Intelligent Automation class.

Notifications You must be signed in to change notification settings

rubdelima/RNN-RobotControl

Repository files navigation

Pré-requisitos

Certifique-se de ter o Python instalado na sua máquina. Você pode baixá-lo em python.org.

Configuração do Ambiente Virtual

  1. Crie o ambiente virtual:

    python -m venv .auto
  2. Ative o ambiente virtual:

    • No Windows:

      .auto\Scripts\activate
    • No macOS/Linux:

      source .auto/bin/activate
  3. Instale as dependências do projeto:

     pip install -r requirements.txt

Executando o Projeto

Depois de configurar o ambiente virtual e instalar as dependências, você pode executar o projeto usando o comando apropriado:

streamlit run app.py

About

Implementation of Robotic Arm Control from RNN and use of NARX with Evolutionary Algorithms for identification, for the Intelligent Automation class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •