@prefix this: <https://w3id.org/np/RAZdadPk2Lz1Bo6jvZxCeFME9-Yr-NXwBxOJuOxgWfVSk> .
@prefix sub: <https://w3id.org/np/RAZdadPk2Lz1Bo6jvZxCeFME9-Yr-NXwBxOJuOxgWfVSk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:SAC-TD3Hybrid a <http://www.w3.org/2002/07/owl#Class> ;
    rdfs:label "a version of the Soft Actor Critic algorithm for reinforcement learning incorporating elements from the TD3 algorithm" ;
    rdfs:subClassOf <http://www.wikidata.org/entity/Q8366> ;
    <http://www.w3.org/2004/02/skos/core#definition> "SAC-TD3 is an algorithm which has been used to estimate the reaction barrier given a potential energy surface. Stable states in complex systems correspond to local minima on the associated potential energy surface, transitions between which govern the dynamics of the system. Precisely determining the transition pathways in complex and high-dimensional systems is challenging because these transitions are rare events, and the system remains near a local minimum for most of the time. The probability of such transitions decreases exponentially with the height of the energy barrier, making the system's dynamics highly sensitive to the calculated energy barriers. This problem has is formulated as a cost-minimization problem and solved using a reinforcement learning algorithm which is a hybrid of the existing SAC and TD3 algorithms. It incorporates the idea of entropy regularization from SAC while borrowing target policy smoothening, delayed policy updates from the TD3 algorithm. The exploratory nature of the algorithm enables efficient sampling and better estimation of the minimum energy barrier for transitions." ;
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q830687> .
}
sub:provenance {
  sub:assertion prov:wasGeneratedBy sub:research-activity .
  sub:document a <http://purl.org/ontology/bibo/Manuscript> .
  sub:research-activity dct:description sub:document .
}
sub:pubinfo {
  <http://www.wikidata.org/entity/Q830687> nt:hasLabelFromApi "reinforcement learning - field of machine learning" .
  <http://www.wikidata.org/entity/Q8366> nt:hasLabelFromApi "algorithm - sequence of instructions to perform a task" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCgf5e4OjFQxWlVxXTS0fn6d6Bs2sjO0XW9AIzKzz3I5q9i4eZQWoMYrCtjxsGc+bjyf0+gGfOH0GPt6SgKJf7tkjS67BheM2uEAeB6ryPO77TTZUUanMSuUvdD/jMR1pFeO2CgE/9O0oeI+hxer5upIw43wcdnsuJfeDFnO1204QIDAQAB" ;
    npx:hasSignature "Vz9sb5ruCwuTP1WYDOOU7snpKxc9jEM9Ptg4A3fu61iVNIR/LOJWTtpAxT7Q47gmGHT+0MpKtP4h4LA/X/Tz+pqWPvg680jmXuyy9tutmSOiYZ+WxXrmNIJMZPQbiXy8+H69K5ps9Kxdw4JxKxvIrxdF+IQXB0dC4GURlXnsLzU=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0009-0005-0705-7768 .
  this: dct:created "2024-09-30T09:16:52.891Z"^^xsd:dateTime ;
    dct:creator orcid:0009-0005-0705-7768 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:introduces sub:SAC-TD3Hybrid ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    a npx:DraftNanopub ;
    rdfs:label "Class: a version of the Soft Actor Critic algorithm for reinforcement learning incorporating elements fr..." ;
    prov:wasDerivedFrom <https://w3id.org/np/RA0JAKZR_z1jwkGeEVFh4rApkHM8CDGX2PJqXSpty3iKM> ;
    nt:wasCreatedFromProvenanceTemplate ns1:RA4LGtuOqTIMqVAkjnfBXk1YDcAPNadP5CGiaJiBkdHCQ ;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA , ns1:RAbi5DDAdvk1G9P8KsHY_3-hDG6Ev5j0Ax0mKhJuM2gbE , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}