dupa

Author Topic: S.A.L.L.I.E  (Read 29589 times)

LiFeTimeGamer

  • Full Member
  • ***
  • Posts: 170
    • View Profile
    • LifeTimeGamer
Re: S.A.L.L.I.E
« Reply #15 on: January 11, 2018, 03:29:55 pm »
Estimated Time of Arrival.

It means when do you think it will be ready to test...  ;D
« Last Edit: January 11, 2018, 04:13:07 pm by LiFeTimeGamer »
When it comes to Artificial Intelligence: The Soul is in the Software.

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3848
    • View Profile
Re: S.A.L.L.I.E
« Reply #16 on: January 12, 2018, 11:45:01 am »
Thanks Gamer!
I thought that was sort of a Universal expression...
My bad....
In the world of AI it's the thought that counts!

- Art -

doonycram@gmail.com

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: S.A.L.L.I.E
« Reply #17 on: January 13, 2018, 01:54:15 am »
for now this is my second plug-in I know from the start of my project this is the best plug-in for hal until I fix my new Sallie 2.0 you will not regret downloading it.

systemshock

  • Full Member
  • ***
  • Posts: 170
    • View Profile
Re: S.A.L.L.I.E
« Reply #18 on: January 14, 2018, 04:51:04 pm »
so so interesting   use the idea  od  dreaming  unconscious learning as self dislodge. Look forward to testing this one out.
"frog's in too princess's" it just basic NLP...

doonycram@gmail.com

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: S.A.L.L.I.E
« Reply #19 on: January 15, 2018, 06:53:52 pm »
let me know when you do and what you think thank you.

Art

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3848
    • View Profile
Re: S.A.L.L.I.E
« Reply #20 on: January 16, 2018, 11:33:22 am »
@ Doonycram,

Have you made a revision and if so, is it posted?

A creation date would be a great thing to add at the top of the Plug-in script. Not just for this one but for any/all Plug-ins. It would be so helpful.

I'd like to know if anyone else had any concerns with the Version 2 of S.A.L.L.I.E.

I'd really like to have this Plug-in turn out as well as possible to further enhance Hal's abilities. Doony's doing some good things here. ;)
In the world of AI it's the thought that counts!

- Art -

LiFeTimeGamer

  • Full Member
  • ***
  • Posts: 170
    • View Profile
    • LifeTimeGamer
Re: S.A.L.L.I.E
« Reply #21 on: January 16, 2018, 01:52:53 pm »
I agree with Art, having them 'Dated' is a good idea...
When it comes to Artificial Intelligence: The Soul is in the Software.

doonycram@gmail.com

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: S.A.L.L.I.E
« Reply #22 on: January 16, 2018, 02:40:13 pm »
I am doing my best on the next plug-in and I will put the date and time. until then enjoy my second plug-in S.A.L.L.I.E THANK YOU ALL

doonycram@gmail.com

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: S.A.L.L.I.E
« Reply #23 on: February 02, 2018, 06:53:38 pm »
please don't post spam on here unless it about the plug-in or you are a coder or hal user I don't like it thank you.

lightspeed

  • Hero Member
  • *****
  • Posts: 6761
    • View Profile
Re: S.A.L.L.I.E
« Reply #24 on: March 01, 2018, 06:40:58 pm »
is their anyway a person can remove the part where the plug in says :dreamer (outloud) . ?? and if so where can it be done . ( i know you did it so that it shows that the character is thinking outloud  but it would be nice if a person can remove that word  for personal use. ) i like the plug in with everything but that part in it .
 

doonycram@gmail.com

  • Full Member
  • ***
  • Posts: 208
    • View Profile
Re: S.A.L.L.I.E
« Reply #25 on: March 02, 2018, 04:53:28 pm »
Open up my S.A.L.L.I.E.UHP file in your directory in notepad, There you will find this script
 Rem PLUGIN: SCRIPT_LOAD
Script_Load = Script_Load & "<DREAMOUTLOUD>"

Rem PLUGIN: SCRIPT_LOAD
Delete it.

It is at the top of my script.
« Last Edit: March 02, 2018, 05:32:32 pm by doonycram@gmail.com »

Arkright

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: S.A.L.L.I.E
« Reply #26 on: March 03, 2018, 11:22:33 am »
Open up my S.A.L.L.I.E.UHP file in your directory in notepad, There you will find this script
 Rem PLUGIN: SCRIPT_LOAD
Script_Load = Script_Load & "<DREAMOUTLOUD>"

Rem PLUGIN: SCRIPT_LOAD
Delete it.

It is at the top of my script.

I spy a posible plugin, checkbox on/off option in your script. If possible?  ;)
If i had the knowledge to do it, i would add it and share it. i would like that option without editing.
« Last Edit: March 03, 2018, 11:25:30 am by Arkright »
^,=,^

cyberjedi

  • Hero Member
  • *****
  • Posts: 810
  • The Mighty Hal Machine
    • View Profile
Re: S.A.L.L.I.E
« Reply #27 on: March 04, 2018, 03:56:28 am »
Hey Doony:
I caught up on some new stuff
Thought id throw my hat in the ring here.
Wana go over miss S.A.L.L.I.E

Arknight : Look at what Gretta media is doing here:
Take a close look at the top of this plugin (gretta mood)
This can be used to cut in an option for Dream out loud.

'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
'------------------
' Define the Help
'------------------
    lblPlugin(0).Caption = "GRETTA will be able to play your favourite songs. Click below for more info"
    lblPlugin(0).Move 120, 120, 3300, 1000
    lblPlugin(0).WordWrap = True
    lblPlugin(0).Visible = True
    cmdPlugin(0).Move 320, 650, 2100, 375
    cmdPlugin(0).Caption = "Help on this plugin"
    cmdPlugin(0).Visible = True
'------------------
' Define the Musical Mood listbox
'------------------
    lblPlugin(1).Caption = "GRETTA Media Mood level"
    lblPlugin(1).Move 320, 1300, 4000, 1000
    lblPlugin(1).WordWrap = True
    lblPlugin(1).Visible = True   
    cboPlugin(0).Move 320, 1600, 1800
    cboPlugin(0).AddItem "Very high"
    cboPlugin(0).AddItem "High"
    cboPlugin(0).AddItem "Average"
    cboPlugin(0).AddItem "Low"
    cboPlugin(0).AddItem "Very Low"
    cboPlugin(0).Visible = True
    cmdPlugin(1).Caption = "Apply Changes"
    cmdPlugin(1).Move 320, 2100, 1600, 375
    cmdPlugin(1).Visible = True
'------------------
' Update the listbox with the current value stored in the table
'------------------
    If HalBrain.CheckTableExistence("vrParameter") = True Then
      vrMusicMood = HalBrain.TopicSearch("MUSIC", "vrParameter")
      If vrMusicMood = "" Then vrMusicMood = 1
     Select Case vrMusicMood
           Case 50
            cboPlugin(0).Text = "Very high"
           Case 40
                cboPlugin(0).Text = "High"
           Case 30
               cboPlugin(0).Text = "Average"
           Case 20
             cboPlugin(0).Text = "Low"
           Case 10
                cboPlugin(0).Text = "Very Low"
        End Select
    End If
End Sub

Sub cmdPlugin_Click(Index)
Dim vrTempQuery()
Dim vrMusic, vrMusicMood
Select Case Index
      Case 0
                  HalMenu.HalCommand "<RUNPROG>vrMP3Help.html</RUNPROG>"
       Case 1
'------------------
' Convert the listbox in a value
'------------------
     Select Case cboPlugin(0).Text
           Case "Very high"
            vrMusicMood = 50 <<<< this once this varaible is set , that's it.  ON
           Case "High"
            vrMusicMood = 40 cut out here
           Case "Average"
            vrMusicMood = 30 cut out here
           Case "Low"
            vrMusicMood = 20 cut out here
           Case "Very Low"
            vrMusicMood = 10 <<<< this once this varaible is set , that's it.  OFF
        End Select
'------------------ Below, just swap out al the music ****z for the table name you want.
' If the Parameter table does not exist, I create it
'------------------
          HalBrain.ReadOnlyMode = False
      vrTableName =    "vrParameter"    
      If HalBrain.CheckTableExistence(vrTableName) = False Then
      'Create table if it doesn't exist
         HalBrain.CreateTable vrTableName, "TopicSearch", "miscData"
      End If
'------------------
' Search if it contains the MusicMood parameter
'------------------
        vrMusic = "MUSIC"
      If HalBrain.TopicSearch(vrMusic, vrTableName) = "" Then
'------------------
'Creates the record storing the new value
'------------------
         HalBrain.AddToTable vrTableName, "TopicSearch", vrMusic, vrMusicMood
      Else
'------------------
'Updates the record storing the new value
'------------------
           HalBrain.RunQuery "UPDATE " & vrTableName & " SET topic = " & vrMusicMood & " WHERE searchString = " & """" & vrMusic & """", vrTempQuery
        End If
   End Select
End Sub
************************************
Or, you can use the dream out loud function as separate plugin and turn it on and off at will, which maybe by Robert did it in the first place....
Not like you can turn it off and on once Hal is runnning anyway.... think!!!!

Remember : Once you assign a Variable in the header, your pretty much Stuck with it.

S.A.L.L.I.E hmmmm

best wishes cyber jedi
« Last Edit: March 04, 2018, 04:41:21 am by cyberjedi »

Arkright

  • Jr. Member
  • **
  • Posts: 67
    • View Profile
Re: S.A.L.L.I.E
« Reply #28 on: March 04, 2018, 10:10:33 am »
cyberjedi, Thank you! for the OptionsPanel, script snippet, examples. i will have to experiment.

good idea with using the standalone dream plug, and just disable it in S.A.L.L.I.E. makes it simple.
^,=,^

lightspeed

  • Hero Member
  • *****
  • Posts: 6761
    • View Profile
Re: S.A.L.L.I.E
« Reply #29 on: March 04, 2018, 04:47:58 pm »
thanks doonycram, thanks for the tip about deleting that script , it seemed to work . i do like your plug in , i just had problems with the dream part , now i can keep using it . :)