Code Monkey home page Code Monkey logo

Comments (6)

truthless11 avatar truthless11 commented on August 10, 2024 3

@misaki-sysu RL suffers from the cold start problem in a large-scale state or action space so that it can hardly learn from the sparse reward, especially for hierarchical RL in such a complex task. So pretraining can prevent the agent from exploring many unreasonable cases (e.g. multiple source entities in one relational triple) thus making the training possible.

from hrl-re.

truthless11 avatar truthless11 commented on August 10, 2024

Did you pretrain the model first? e.g.

python3 main.py --datapath ../data/NYT10/ --pretrain True

Please refer to #1 for the results of pretraining

from hrl-re.

misaki-sysu avatar misaki-sysu commented on August 10, 2024

@truthless11 this result I mention above had no pretrain. I had pretrained it and the accuracy , F1 score stayed 1 while pretraining, is it normal?

from hrl-re.

truthless11 avatar truthless11 commented on August 10, 2024

Yes, it is. When pretraining, the output of training data is useless as it will always print out 1.0 F1 score. Please be patient and wait for the output of test data.

from hrl-re.

misaki-sysu avatar misaki-sysu commented on August 10, 2024

Thanks! I will wait for the pretrain result.
But, forgive my ignorance, why can't I just train the model without pretraining ?

from hrl-re.

misaki-sysu avatar misaki-sysu commented on August 10, 2024

Thanks for you answer!

from hrl-re.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.